Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I thought I'd share a quick tool I made to automatically bump the version number in the client dependency config files in your projects.
The code is available at https://github.com/SteveEdson/bump-client-dependency, but can quickly be used just by running:
npx bump-client-dependency
(assuming you have node + npm installed).
You can use -t to use a timestamp, instead of incrementing the version by 1, e.g:
-t
npx bump-client-dependency -t
making it ideal to run as part of automated builds.
Thanks!
As someone who is constantly forgetting to bump the CD version number, I'm loving this. Will be sure to give it a whirl!
Thanks, Steve!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Open source: Bump client dependency automatically
I thought I'd share a quick tool I made to automatically bump the version number in the client dependency config files in your projects.
The code is available at https://github.com/SteveEdson/bump-client-dependency, but can quickly be used just by running:
(assuming you have node + npm installed).
You can use
-t
to use a timestamp, instead of incrementing the version by 1, e.g:making it ideal to run as part of automated builds.
Thanks!
As someone who is constantly forgetting to bump the CD version number, I'm loving this. Will be sure to give it a whirl!
Thanks, Steve!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.