Skip to content

Commit 262b50a

Browse files
committed
Update the release procedure for v1.2.x
1 parent 71af1c5 commit 262b50a

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

0 commit comments

Comments
 (0)