Skip to content

Commit 138196b

Browse files
authored
Merge pull request #2777 from Gedochao/release/v1.2.0
Add release notes for v1.2.0
2 parents db0af44 + 262b50a commit 138196b

File tree

2 files changed

+128
-27
lines changed

2 files changed

+128
-27
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)