Node.js project bump package.json #953
Answered
by
orhun
RWOverdijk
asked this question in
Q&A
-
Hi! So far I really enjoy using this project so far and I was wondering if it's also possible to bump the version in package.json when using --bump. Right now I use --tag with a separate npm version. This works, but it would be nice if I could combine those into 1 call. Just in case this is already possible, I thought I'd ask. |
Beta Was this translation helpful? Give feedback.
Answered by
orhun
Nov 19, 2024
Replies: 1 comment 1 reply
-
Hey! 👋🏼 This is currently not possible and I don't think I will be implementing it, it is out of scope of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RWOverdijk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! 👋🏼
This is currently not possible and I don't think I will be implementing it, it is out of scope of
git-cliff
. You can get the bumped version via--bumped-version
and use as you like though :)