Skip to content

Commit ff74dd7

Browse files
committed
Update RELEASE instructions
1 parent 7a2cc93 commit ff74dd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ previous version, e.g.: `git grep 0.11`
7070
The version should be set to the final release version, even when doing
7171
RCs, so only needs to be set once for each release.
7272

73-
* `confluent_kafka/src/confluent_kafka.c` - in the `version()` function,
74-
change both the string and the hex-representation.
73+
* `confluent_kafka/src/confluent_kafka.h` - update the `CFL_VERSION`
74+
`CFL_VERSION_STR`, change both the string and the hex-representation.
7575
* `docs/conf.py` - change `release` and `version` variables.
7676
* `setup.py` - change `version` variable.
7777

@@ -107,13 +107,13 @@ the version.
107107
Perform a dry-run push first to make sure the correct branch and only our tag
108108
is pushed.
109109

110-
$ git push --dry-run --tags origin master
110+
$ git push --dry-run --tags origin v0.11.4rc # tags and branch
111111

112112
Remove `--dry-run` when you're happy with the results.
113113

114114
An alternative is to push branch and tags separately:
115115

116-
$ git push --dry-run origin master
116+
$ git push --dry-run origin v0.11.4rc # the branch
117117
$ git push --dry-run --tags origin v0.11.4rc1
118118

119119

0 commit comments

Comments
 (0)