File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 7
7
- ` connector/src/main/resources/cassandra-source-version.properties `
8
8
- ` docs/docs-src/core/antora-cdc-cassandra.yml ` : _ version_ and _ display_version_
9
9
10
- 2 . Add [ release notes] ( https://github.com/datastax/cdc-apache-cassandra/blob/master/CDC_Release_Notes.md ) .
11
-
12
- 3 . ```
10
+ 2 . ```
13
11
VERSION=x.y.z
14
12
git add -A
15
13
git commit -m "Release $VERSION"
16
14
git tag "v${VERSION}"
17
15
git push
18
16
git push --tags
19
17
```
18
+ 3 . A "pre-release" with artifacts will be automatically generated. Once you are happy with it, it is time to publish the release:
19
+ * Navigate to the pre-release and click edit.
20
+ * Click "Generate release notes", change the "Previous tag" baseline of the generated notes if needed.
21
+ * Remove the author from the PR description.
22
+ * Uncheck the "Set as a pre-release" and check the "Set as the latest release" optins.
23
+ * Click "Update release"
You can’t perform that action at this time.
0 commit comments