Skip to content

Commit 42c4665

Browse files
committed
Update RELEASING.md
(cherry picked from commit 63ac510)
1 parent ec4e2bd commit 42c4665

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

RELEASING.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,27 @@
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

0 commit comments

Comments
 (0)