From 8004dbb39d7cc9015fb727b50d66eb1128c89f78 Mon Sep 17 00:00:00 2001 From: Marcus Ericsson <36717+mericsson@users.noreply.github.com> Date: Fri, 13 Sep 2019 14:37:14 -0700 Subject: [PATCH] update releasing --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index a7a75ef..83cb584 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -5,7 +5,7 @@ Releasing 2. Update the `CHANGELOG.md` for the impending release. 3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version) 4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version) - 5. `./gradlew clean uploadArchives` + 5. `./gradlew clean uploadArchives` -- this should no longer be necessary. Instead visit [circleci](https://circleci.com/gh/segment-integrations/workflows/analytics-android-integration-mixpanel/tree/master) once you push. 6. Update the `gradle.properties` to the next SNAPSHOT version. 7. `git commit -am "Prepare next development version."` 8. `git push && git push --tags`