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 7
7
2 . Add a link URL to ensure the header link works.
8
8
3 . Add a new ` Unreleased ` section to the top.
9
9
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
14
11
15
12
``` sh
16
13
git commit -am " Prepare version X.Y.Z"
17
14
```
18
15
19
- 5 . Tag
16
+ 4 . Tag
20
17
21
18
``` sh
22
19
git tag -am " Version X.Y.Z" X.Y.Z
23
20
```
24
21
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.
26
23
27
- 7 . Commit
24
+ 6 . Commit
28
25
29
26
``` sh
30
27
git commit -am " Prepare next development version"
31
28
```
32
29
33
- 8 . Push!
30
+ 7 . Push!
34
31
35
32
``` sh
36
33
git push && git push --tags
You can’t perform that action at this time.
0 commit comments