Skip to content

Commit 65c5b1f

Browse files
committed
Update release procedure for Scala CLI v1.5.x
1 parent 1d13e37 commit 65c5b1f

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.4` tags to the latest release commit.
25+
- [ ] Update the `v1` & `v1.5` tags to the latest release commit.
2626
```bash
2727
git fetch --all
28-
git checkout origin v1.4.x
29-
git tag -d v1.4
30-
git tag v1.4
31-
git push origin v1.4 -f
28+
git checkout origin v1.5.x
29+
git tag -d v1.5
30+
git tag v1.5
31+
git push origin v1.5 -f
3232
git tag -d v1
3333
git tag v1
3434
git push origin v1 -f

0 commit comments

Comments
 (0)