File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ previous version, e.g.: `git grep 0.11`
7070The version should be set to the final release version, even when doing
7171RCs, 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.
107107Perform a dry-run push first to make sure the correct branch and only our tag
108108is pushed.
109109
110- $ git push --dry-run --tags origin master
110+ $ git push --dry-run --tags origin v0.11.4rc # tags and branch
111111
112112Remove ` --dry-run ` when you're happy with the results.
113113
114114An 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
You can’t perform that action at this time.
0 commit comments