Skip to content

Commit 8446796

Browse files
committed
Update RELEASING.md
(cherry picked from commit 5247c1e)
1 parent b6d6107 commit 8446796

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

RELEASING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@
1212

1313
4. Commit
1414

15-
```
16-
$ git commit -am "Prepare version X.Y.Z"
15+
```sh
16+
git commit -am "Prepare version X.Y.Z"
1717
```
1818

1919
5. Tag
2020

21-
```
22-
$ git tag -am "Version X.Y.Z" X.Y.Z
21+
```sh
22+
git tag -am "Version X.Y.Z" X.Y.Z
2323
```
2424

2525
6. Update the `VERSION_NAME` in `gradle.properties` to the next "SNAPSHOT" version.
2626

2727
7. Commit
2828

29-
```
30-
$ git commit -am "Prepare next development version"
29+
```sh
30+
git commit -am "Prepare next development version"
3131
```
3232

3333
8. Push!
3434

35-
```
36-
$ git push && git push --tags
35+
```sh
36+
git push && git push --tags
3737
```
3838

3939
This will trigger a GitHub Action workflow which will create a GitHub release and upload the

0 commit comments

Comments
 (0)