Skip to content

Commit ce2e1b8

Browse files
committed
Adjust docs for Scala CLI v1.11.x
1 parent 9e1bbf3 commit ce2e1b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/release/release-procedure.md

Lines changed: 5 additions & 5 deletions
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.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

website/docs/reference/scala-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)