-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tankery Chen
committed
May 13, 2018
1 parent
bdfdd09
commit cd7a221
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Releasing | ||
|
||
1. Update `version` to the new version `X.Y.Z` in `circularSeekBar/build.gradle`. | ||
2. Add change log of this version in `circularSeekBar/build.gradle`. | ||
3. Update version name in `README.md` | ||
4. Execute `git commit -m "Upgrade to v_X.Y.Z"` (where X.Y.Z is the new version). | ||
5. Execute `./gradlew clean build install bintrayUpload`. | ||
6. Execute `git tag v_X.Y.Z"` (where X.Y.Z is the new version) | ||
7. Execute `git push && git push --tags` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters