File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,12 @@ autocreation in order for the tests to succeed.
5050
5151## Releasing
5252
53- * Ensure ` rdkafka-sys ` has no unreleased changes.
54- * Ensure the changelog is up to date .
55- * Ensure Cargo.toml is up to date.
53+ * Checkout into master and pull the latest changes.
54+ * Ensure ` rdkafka-sys ` has no unreleased changes. If it does, release ` rdkafka-sys ` first .
55+ * Ensure the changelog is up to date (i.e not Unreleased changes) .
5656* Run ` ./generate_readme.py > README.md ` .
57+ * Bump the version in Cargo.toml and commit locally.
58+ * Run ` cargo publish ` .
5759* Run ` git tag -am $VERSION $VERSION ` .
5860* Run ` git push ` .
5961* Run ` git push origin $VERSION ` .
60- * Run ` cargo publish ` .
Original file line number Diff line number Diff line change 1919
2020## Releasing
2121
22- * Ensure the changelog is up to date .
23- * Ensure Cargo.toml is up to date.
22+ * Checkout into master and pull the latest changes .
23+ * Ensure the changelog is up to date (i.e not Unreleased changes) .
2424* Run ` cd rdkafka-sys && ../generate_readme.py > README.md ` .
25+ * Bump the version in Cargo.toml and commit locally.
2526* Run ` cargo publish ` .
27+ * Push the commit.
You can’t perform that action at this time.
0 commit comments