Skip to content

Commit 0292c90

Browse files
committed
use new mechanism to release
1 parent ab84f97 commit 0292c90

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

RELEASE.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ To create a release of this application component do the following:
77

88
1. commit & push your changes to Github
99
2. wait for travis to be build
10-
3. switch isSnapshot in build.gradle to false (make sure it is currently 0.3.1, isSnapshot = true)
11-
4. commit & push your changes to Github
12-
5. ./tag-release.sh 0.3.1 (which creates a git tag and pushes it to Github)
13-
6. Update the title "version 0.3.1" and description of the tag in the Github UI
14-
7. ./upload-to-repository.sh <<MY_REPO_USERNAME>> <<MY_REPO_PASSWORD>> (optional <<MY_REPO_URL>> as third parameter, otherwise will use bintray)
15-
10+
3a. `./gradlew release -Prelease.useAutomaticVersion=true` to update to next patch version (0.3.2)
11+
3b. `./gradlew release -Prelease.useAutomaticVersion=true -Prelease.releaseVersion=0.4.0 -Prelease.newVersion=0.4.1-SNAPSHOT` to update to next minor version (0.4.0)
12+
4. Update the title "version 0.3.1" and description of the tag in the Github UI

tag-release.sh

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

upload-to-repository.sh

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

0 commit comments

Comments
 (0)