Skip to content

Commit 51e3b67

Browse files
Update release steps (#107)
1 parent 6b96c3e commit 51e3b67

2 files changed

Lines changed: 16 additions & 51 deletions

File tree

RELEASING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Releasing
2+
========
3+
4+
1. Change the version in the `gradle.properties` file to a non-SNAPSHOT verson.
5+
2. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
6+
3. `git tag -a X.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version)
7+
* Run `git tag` to verify it.
8+
4. `git push && git push --tags`
9+
* This should be pushed to your fork.
10+
5. Create a PR with this commit and merge it.
11+
6. Confirm the new artifacts are present in https://repo1.maven.org/maven2/com/dropbox/affectedmoduledetector/affectedmoduledetector/
12+
* If the plugin fails to publish the release, you'll need to log into Sonatype and drop any repositories under 'Staging Repositories' and re-run the CI job to publish.
13+
7. Go to https://github.com/dropbox/AffectedModuleDetector/releases and `Draft a new release` from the tag you just created
14+
7. Update the top level `gradle.properties` to the next SNAPSHOT version.
15+
8. `git commit -am "Prepare next development version."`
16+
9. Create a PR with this commit and merge it.

releasing.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)