We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baca953 commit 8682e2dCopy full SHA for 8682e2d
RELEASE.md
@@ -0,0 +1,16 @@
1
+# Release
2
+
3
+## Cut a new release
4
5
+1. Move to the release version the following files:
6
+- `gradle.properties`: _version_ entry
7
+- `connector/src/main/resources/cassandra-source-version.properties`
8
+- `docs/antora.yml`: _version_ and _display_version_
9
10
+2. Add [release notes](https://github.com/datastax/cdc-apache-cassandra/blob/master/CDC_Release_Notes.md).
11
12
+3. ```
13
+ git add -A
14
+ git commit -m "Release <version>"
15
+ git push
16
+ ```
0 commit comments