Skip to content

Commit 9b5afa1

Browse files
committed
Update release procedure for 1.3.x versions
1 parent dee31eb commit 9b5afa1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/release/release-procedure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
- [ ] Wait for the `Update dist` PR to be automatically created after the previous one has been merged, and then
2323
proceed to merge it.
2424
- [ ] Make a release with the updated Scala CLI version.
25-
- [ ] Update the `v1` & `v1.2` tags to the latest release commit.
25+
- [ ] Update the `v1` & `v1.3` tags to the latest release commit.
2626
```bash
2727
git fetch --all
28-
git checkout origin v1.2.x
29-
git tag -d v1.2
30-
git tag v1.2
31-
git push origin v1.2 -f
28+
git checkout origin v1.3.x
29+
git tag -d v1.3
30+
git tag v1.3
31+
git push origin v1.3 -f
3232
git tag -d v1
3333
git tag v1
3434
git push origin v1 -f

0 commit comments

Comments
 (0)