How to increment the version in package.json but not run npm publish?? #2491
samuellawerentz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We want to use
auto
just for publishing changelog, publishing a release and pushing a tag to github. How to do it?If i don't use the npm plugin, the package.json version is not getting incremented.
Our deployment happens somewhere else, this
auto
release happens in GH actions.How to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions