-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Customize "@" separator character when creating git tag #3837
Copy link
Copy link
Closed
Labels
accepting-prsWe would gladly receive a PR to resolve this issueWe would gladly receive a PR to resolve this issuetype: feature
Description
- I'd be willing to implement this feature (contributing guide)
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.0my-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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
accepting-prsWe would gladly receive a PR to resolve this issueWe would gladly receive a PR to resolve this issuetype: feature