-
Notifications
You must be signed in to change notification settings - Fork 124
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
Automatically increment version in package.json
on new release 📦
#557
Comments
@eddie-knight - interested in taking this one and polishing off your Mona Lisa of contributions? |
@JamieSlome spitballing here... what about adding something like this?
Note that the version number in the git repo will no longer be managed. The only alternative I can think of would be to shift to another action like semantic-release. It seems to automatically bump the npm version number, but also doesn't update it in the git repo. |
Hmm, it seems that the guidance you've attached from Semantic release themselves don't even update the |
I think we still need something to update the version number before publishing to npm, right? |
@eddie-knight - yes, we should make sure that the |
@tt-gideonaryeetey and @divinetettey - asked discussed, are you interested in picking this issue up? Let me know below and then I can assign to you if you're happy to 👍 |
Hi @JamieSlome yes I would be picking up this issue |
Due to the fabulous @eddie-knight, GitProxy now has auto releases 💪 As part of #532, generally, all pull requests merged into
main
will result in a new release to GitHub Releases and NPM.To ensure consistency across the codebase, GitHub Releases and NPM versions, we should ensure that the root
package.json
reflects the latest auto release version.Tasks
The text was updated successfully, but these errors were encountered: