-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc: Integrate the bumpp #489
Conversation
@50rayn This is a great tool! But I'm having a problem with it. Every time I'm trying to update the version, it get's stuck in an endless loop saying Screen.Recording.2024-12-02.at.10.06.47.AM.mp4 |
543dcc4
to
746329a
Compare
@rokotyan Played around and and found |
Tried this again, finally. Renamed |
@rokotyan If the script was renamed to bump, the option |
@50rayn Yep, I think we want to keep the scripts. I like the automatic tagging feature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@50rayn thanks for the contribution. Sorry it took a while.
Hi @50rayn, we just used this feature to release the latest Unovis. Very nice feature. However, I noticed when run |
Hello @lee00678. I'm not sure that |
Just saw the bash script
update-version.sh
, which help to synchronize the same version across all the package.json files in all packages, and recall the bumpp module. This module do the same and is high configurable, which allows to configure the commit message, tag name or even push after rising the version or not. All configuration can be done from CLI or thebump.config.ts
. I created the configuration file as similar as theupdate-version.sh
. Also observed that for each Release: X.X.X commit is just raised the version and commit with the same commit message and tag template, these details are also added in config file.