File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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.10 ` tags to the latest release commit.
27+ - [ ] Update the ` v1 ` & ` v1.11 ` tags to the latest release commit.
2828 ``` bash
2929 git fetch --all
30- git checkout origin v1.10 .x
31- git tag -d v1.10
32- git tag v1.10
33- git push origin v1.10 -f
30+ git checkout origin v1.11 .x
31+ git tag -d v1.11
32+ git tag v1.11
33+ git push origin v1.11 -f
3434 git tag -d v1
3535 git tag v1
3636 git push origin v1 -f
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ it is recommended to update scala-cli.
3535| 1.8.5 - 1.9.0 | 3.7.2 | 2.13.16 | 2.12.20 |
3636| 1.9.1 | 3.7.3 | 2.13.16 | 2.12.20 |
3737| 1.10.0 - 1.10.1 | 3.7.4 | 2.13.17 | 2.12.20 |
38- | 1.10.2 - current | 3.7.4 | 2.13.18 | 2.12.21 |
38+ | 1.11.0 - current | 3.7.4 | 2.13.18 | 2.12.21 |
3939
You can’t perform that action at this time.
0 commit comments