Skip to content

Commit b82df90

Browse files
committed
Simple documentation of release process
1 parent 76bc0dc commit b82df90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/release_process.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Releasing a new version of the client
2+
3+
1. Review the changelog between last tagged release v10.0.34..HEAD
4+
1. Create a branch and update RELEASE_NOTES.md based on changes
5+
1. Add target version number to release notes
6+
1. Check in and merge
7+
1. Pick the latest version from the RELEASE_NOTES.md file
8+
1. Tag the repo locally and push the tag, align the release (git tag -s v11.x.x)
9+
1. The new release will be built and published 🎉

0 commit comments

Comments
 (0)