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.
2 parents f7d5a12 + 0d3a8e7 commit 34845d1Copy full SHA for 34845d1
docs/release_process.md
@@ -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