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

added release-plz config #912

Merged
merged 1 commit into from
Jan 12, 2024
Merged

added release-plz config #912

merged 1 commit into from
Jan 12, 2024

Conversation

0xJepsen
Copy link
Contributor

The release-plz action

We recently started using this to automate our semantic versioning after it was recommended by the nior-lang team. It has been a large quality of life improvement and improves stability. When done manually, semantic versioning is error prone and these errors can lead to problems in down-stream dependancies. If configured this will run on every PR into main and detect semantic versioning changes, it will then open a PR with a release tag, changelog, and auto incremented semver (under the hood this is done with cargo-semver-checks).

This is incomplete as only the repository administrator can configure the github token as well as the cargo registry token.

@0xJepsen
Copy link
Contributor Author

Bumping this

@rakita
Copy link
Member

rakita commented Jan 12, 2024

Merging, lets see how it works

@rakita rakita merged commit 69a1a59 into bluealloy:main Jan 12, 2024
22 checks passed
@rakita
Copy link
Member

rakita commented Jan 12, 2024

it is impressive! #973

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

Successfully merging this pull request may close these issues.

None yet

2 participants