Skip to content

Commit 3e9ebef

Browse files
committedNov 7, 2023
Update release notes
1 parent d425a60 commit 3e9ebef

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
 

‎CONTRIBUTING.md

+5-4
Original file line numberDiff line numberDiff 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`.

‎rdkafka-sys/CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Then:
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.

0 commit comments

Comments
 (0)