Skip to content

Commit b0894da

Browse files
committed
remove release process from notes
1 parent 2c3a7d4 commit b0894da

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

CONTRIBUTING.md

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

349334
We gladly accept contributions to the SDK documentation. As our docs are also part of this repo,

0 commit comments

Comments
 (0)