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

Document release process #69

Open
slinkydeveloper opened this issue Aug 3, 2020 · 1 comment
Open

Document release process #69

slinkydeveloper opened this issue Aug 3, 2020 · 1 comment
Milestone

Comments

@slinkydeveloper
Copy link
Member

No description provided.

@slinkydeveloper slinkydeveloper self-assigned this Aug 3, 2020
@slinkydeveloper slinkydeveloper added this to the 0.3 milestone Aug 6, 2020
@slinkydeveloper slinkydeveloper modified the milestones: 0.3, 0.4 Nov 2, 2020
@slinkydeveloper slinkydeveloper modified the milestones: 0.4, 0.5 Jul 7, 2021
@slinkydeveloper
Copy link
Member Author

In short, the release process from 0.4 onward is:

  1. Bump the version in the README, lib.rs and cargo.toml (as Release 0.4 bumps #143)
  2. Try to run cargo test --all-features, cargo doc --all-features --lib and cargo publish --dry-run
  3. If none of the above commands fail, PR the changes and merge it
  4. Checkout master on your local machine and run cargo publish
  5. Once that is done, create the release in the Github UI (make sure it creates the git tag as well) and that's it!

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