Skip to content

Commit 769a9e1

Browse files
committed
Update release steps after deprecating CDC_Release_Notes.md
1 parent 46d5a01 commit 769a9e1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

RELEASE.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@
77
- `connector/src/main/resources/cassandra-source-version.properties`
88
- `docs/docs-src/core/antora-cdc-cassandra.yml`: _version_ and _display_version_
99

10-
2. Add [release notes](https://github.com/datastax/cdc-apache-cassandra/blob/master/CDC_Release_Notes.md).
11-
12-
3. ```
10+
2. ```
1311
VERSION=x.y.z
1412
git add -A
1513
git commit -m "Release $VERSION"
1614
git tag "v${VERSION}"
1715
git push
1816
git push --tags
1917
```
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"

0 commit comments

Comments
 (0)