Skip to content

Commit 11b290b

Browse files
GedochaoMee-Tree
authored andcommitted
Update release procedure for v1.6.x
1 parent c836556 commit 11b290b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/release/release-procedure.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
- [ ] Wait for the `Update dist` PR to be automatically created after the previous one has been merged, and then
2525
proceed to merge it.
2626
- [ ] Make a release with the updated Scala CLI version.
27-
- [ ] Update the `v1` & `v1.5` tags to the latest release commit.
27+
- [ ] Update the `v1` & `v1.6` tags to the latest release commit.
2828
```bash
2929
git fetch --all
30-
git checkout origin v1.5.x
31-
git tag -d v1.5
32-
git tag v1.5
33-
git push origin v1.5 -f
30+
git checkout origin v1.6.x
31+
git tag -d v1.6
32+
git tag v1.6
33+
git push origin v1.6 -f
3434
git tag -d v1
3535
git tag v1
3636
git push origin v1 -f

0 commit comments

Comments
 (0)