Skip to content

Commit

Permalink
Add a few preventative steps to releasing rdkafka.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblewett committed Jul 6, 2023
1 parent 1c35b03 commit 8afecbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ autocreation in order for the tests to succeed.

## Releasing

* Ensure `rdkafka-sys` has no unreleased changes.
* Ensure the changelog is up to date.
* Ensure Cargo.toml is up to date.
* Run `./generate_readme.py > README.md`.
* Run `git tag -am $VERSION $VERSION`.
* Run `git push`.
* Run `git push origin $VERSION`.
* Run `cargo publish`.

0 comments on commit 8afecbc

Please sign in to comment.