Version Auto Increment for any changes merged in "main" branch #82
Replies: 2 comments 1 reply
-
|
Hi! You’re right. If the version number doesn’t change, npm won’t detect any updates, even if the code on Right now, I push changes to If you want the latest updates, feel free to clone the repo and build your own version (#83). In the future, I plan to improve the release flow, probably with a Thanks for the feedback, it really helps! |
Beta Was this translation helpful? Give feedback.
-
|
From now, I will use dev branch to push changes and community PR, leaving untouched the main branch that holds the last stable release. For users that want to test latest developments, the idea is to automatically generate prerelease versions every time a change is made in dev branch. Of course, users can clone dev branch and compile the current state as well. This prereleases will be unstable by nature 😵💫 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’ve noticed some changes have been merged into the “main” branch, but the version number remains unchanged.
When I delete and reinstall the same package with the same version in my project, the changes don’t seem to be reflected.
I’ve even tried clearing the npm cache and reinstalling the package, but the changes still don’t appear.
Could you please suggest adding a feature that automatically increments the version number once changes are merged into the “main” branch? This would ensure that future changes are reflected in the updated version.
Thanks in advance for your attention to this matter.
Beta Was this translation helpful? Give feedback.
All reactions