Skip to content

Commit 8682e2d

Browse files
committed
Release instructions
1 parent baca953 commit 8682e2d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)