File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -329,21 +329,6 @@ Some things to keep in mind before publishing the release:
329329 from people that immediately adopt it, and uncovering and resolving those
330330 support issues will take more time if you're unavailable.
331331
332- ### Run a release...
333-
334- 1 . Switch to ` master ` branch locally.
335- 2 . Run ` git pull origin master ` .
336- 3 . Run ` git pull --tags ` to make sure all tags are fetched.
337- 4 . Create new branch with the signature "release/[ year] -[ month] -[ day] ".
338- 5 . Push your branch to git running ` git push origin [RELEASE BRANCH NAME] ` .
339- 6 . Update version numbers in ` gradle.properties ` .
340- 7 . Update ` CHANGELOG.md ` with release notes.
341- 8 . Run ` ./gradlew assembleRelease ` to verify the release builds.
342- 9 . Run ` git push origin [RELEASE BRANCH NAME] ` & open pull request for review on GitHub.
343- 10 . After successful review and merge of the pull request, switch to ` master ` branch locally, & run ` git pull origin master ` .
344- 11 . Create and push a git tag: ` git tag -a vX.Y.Z -m "Release X.Y.Z" ` and ` git push --tags ` .
345- 12 . Run ` ./gradlew publish ` to publish to Maven Central.
346-
347332## 7. Contributing documentation
348333
349334We gladly accept contributions to the SDK documentation. As our docs are also part of this repo,
You can’t perform that action at this time.
0 commit comments