np icon indicating copy to clipboard operation
np copied to clipboard

Custom tag template

Open bgoosmanviz opened this issue 4 years ago • 1 comments

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

...?

bgoosmanviz avatar Jun 09 '21 01:06 bgoosmanviz

tag_example

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?

Capture

dopecodez avatar Jun 22 '21 07:06 dopecodez