Skip to content
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

Use release-plz for automatic releases and semantic versioning #64

Open
0xJepsen opened this issue Dec 21, 2023 · 0 comments
Open

Use release-plz for automatic releases and semantic versioning #64

0xJepsen opened this issue Dec 21, 2023 · 0 comments

Comments

@0xJepsen
Copy link

I want to recommend that this repository use release-plz for automatic semantic versioning and releases. When done manually this is error prone and can cause trouble for down stream dependancies. As the rust ethereum ecosystem starts to stabilize i think this is a good idea that preemptively reduces probability of incorrectly incremented semver, and upstream breaking changes. Release please will detect diffs between main and the last release tag, auto detect and increment semantic versioning in a PR and open that PR with a release tag, new semver, and a change log of the commit history. If you like i can open a PR that is an example of configuring this, however, it's important to note that the owner of the project must configure the github secret and if you want to auto publish to crates.io also the api key for crates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant