Skip to content

Commit a0d1677

Browse files
committed
[skip ci] Update how to release
1 parent 3706343 commit a0d1677

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

how-to-release.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ git switch master
7777
git pull
7878
```
7979

80-
Create a new branch.
81-
82-
```
83-
git switch -c prepare-next-snapshot-version
84-
```
85-
8680
Set a next SNAPSHOT version to pom.xml and commit.
8781

8882
```
@@ -98,5 +92,3 @@ git commit -m "Prepare a next SNAPSHOT version"
9892
git push origin master
9993
```
10094

101-
Finally, create a new PR and merge it into the master branch.
102-

0 commit comments

Comments
 (0)