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

Experiment with a fully automated release process #117

Closed
thomaseizinger opened this issue Sep 25, 2019 · 1 comment
Closed

Experiment with a fully automated release process #117

thomaseizinger opened this issue Sep 25, 2019 · 1 comment

Comments

@thomaseizinger
Copy link
Collaborator

thomaseizinger commented Sep 25, 2019

  • Based on GitFlow
  • github action opens PR based on push of branch that follows release/x.y.z pattern
  • automatic version bump to that version
  • automatic changelog update (move unreleased section to new version)
  • Validate semver bump with https://github.com/rust-dev-tools/rust-semverver in release branches
  • write github action that tags once release branch is merged
  • write github action that publishes to crates.io once release branch is merged
@thomaseizinger
Copy link
Collaborator Author

Sort of resolved because we only have to make a release branch and merge that.

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