File tree 2 files changed +9
-6
lines changed
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.
50
50
51
51
## Releasing
52
52
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) .
56
56
* Run ` ./generate_readme.py > README.md ` .
57
+ * Bump the version in Cargo.toml and commit locally.
58
+ * Run ` cargo publish ` .
57
59
* Run ` git tag -am $VERSION $VERSION ` .
58
60
* Run ` git push ` .
59
61
* Run ` git push origin $VERSION ` .
60
- * Run ` cargo publish ` .
Original file line number Diff line number Diff line change 19
19
20
20
## Releasing
21
21
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) .
24
24
* Run ` cd rdkafka-sys && ../generate_readme.py > README.md ` .
25
+ * Bump the version in Cargo.toml and commit locally.
25
26
* Run ` cargo publish ` .
27
+ * Push the commit.
You can’t perform that action at this time.
0 commit comments