Skip to content

Commit 7899e1f

Browse files
japgollyarmanbilge
andauthored
Apply suggestions from code review
Co-authored-by: Arman Bilge <[email protected]>
1 parent 8073786 commit 7899e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How to Perform a Release
55

66
```sh
77
# For v1.x.y
8-
ver=1.2.0
8+
ver=1.2.0 # change this to new version
99
git checkout series/1.x
1010
git checkout -b topic/v$ver
1111
echo "ThisBuild / version := \"$ver\" // Workaround for #504" > version.sbt
@@ -15,7 +15,7 @@ How to Perform a Release
1515
git push --tags
1616

1717
# For v2.x onwards
18-
ver=2.0.0
18+
ver=2.0.0 # change this to new version
1919
git checkout master
2020
git tag -s v$ver
2121
git push --tags

0 commit comments

Comments
 (0)