np
np copied to clipboard
Custom tag template
Maybe this is already supported, but I want a custom tag template similar to the --message option.
Description
// package.json
"version": "1.0.1"
// terminal
np patch --tag "CustomTag-%s"
would push a tag labeled "CustomTag-1.0.2"
Is the feature request related to a problem?
I already use the v1.0.1 format for something else in the same repository
Possible implementation
...?
Alternatives
...?
I think we already have an option for this for pre-release in the ui, but alternatively there is a --tag option in the np docs. Is this option not working for you?