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

Setup release-plz #88

Merged
merged 2 commits into from
Mar 7, 2024
Merged

Setup release-plz #88

merged 2 commits into from
Mar 7, 2024

Conversation

Urhengulas
Copy link
Member

release-plz is based on cargo-release and maintains a Release PR, keeping it up-to-date as we merge additional commits. When we're ready to create a release, we simply merge the release PR.

It takes care of:

  • CHANGELOG generation (with git-cliff).
  • Creation of GitHub releases. --> this will trigger cargo-dist
  • Publishing to crates.io.
  • Version bumps in Cargo.toml.

Read more https://github.com/MarcoIeni/release-plz.

Todo

  • configure secrets.GITHUB_TOKEN permissions to create PRs

  • create secrets.CARGO_REGISTRY_TOKEN (expires 07.03.2025, publish-update scope and only for flip-link crate)
    Screenshot from 2024-03-07 10-59-19

  • configure or disable git-cliff --> do this after this PR, to see how the Release PR looks like

@Urhengulas Urhengulas merged commit 198a366 into main Mar 7, 2024
10 checks passed
@Urhengulas Urhengulas deleted the release-plz branch March 7, 2024 10:18
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.

1 participant