Skip to content

Customize "@" separator character when creating git tag #3837

@Drew-Kimberly

Description

@Drew-Kimberly

Description

I'd like to be able to specify a character other than @ to be used as the separator when creating a git tag.

Ex: my-pkg@0.1.0 -> my-pkg_0.1.0

Motivation

The @ character can cause problems in other systems when referencing a git tag directly is necessary.

Suggested Implementation

Looks like it's hardcoded to @ here. Add a new optional version-separator option to the version command that defaults to @ and gets threaded through the program.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions