Skip to content

Commit

Permalink
update releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
mericsson committed Sep 13, 2019
1 parent b9a5ee4 commit 8004dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 8004dbb

Please sign in to comment.