File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 77 2 . Add a link URL to ensure the header link works.
88 3 . Add a new ` Unreleased ` section to the top.
99
10- 3 . Update the ` README.md ` so the "Download" section reflects the new release version and the
11- snapshot section reflects the next "SNAPSHOT" version.
12-
13- 4 . Commit
10+ 3 . Commit
1411
1512 ``` sh
1613 git commit -am " Prepare version X.Y.Z"
1714 ```
1815
19- 5 . Tag
16+ 4 . Tag
2017
2118 ``` sh
2219 git tag -am " Version X.Y.Z" X.Y.Z
2320 ```
2421
25- 6 . Update the ` VERSION_NAME ` in ` gradle.properties ` to the next "SNAPSHOT" version.
22+ 5 . Update the ` VERSION_NAME ` in ` gradle.properties ` to the next "SNAPSHOT" version.
2623
27- 7 . Commit
24+ 6 . Commit
2825
2926 ``` sh
3027 git commit -am " Prepare next development version"
3128 ```
3229
33- 8 . Push!
30+ 7 . Push!
3431
3532 ``` sh
3633 git push && git push --tags
You can’t perform that action at this time.
0 commit comments