mirror of https://github.com/kurisufriend/Clover
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
303 B
11 lines
303 B
To release:
|
|
|
|
Update CHANGES.txt
|
|
Change the version name and code in the app/build.gradle file.
|
|
Change the previous version handler text in strings.xml.
|
|
Commit it with CHANGELOG and VERSION directives.
|
|
Tag the commit (git tag v3.0.1).
|
|
Merge into master.
|
|
Push with --tags.
|
|
|
|
Upload APK to github releases.
|
|
|