Skip to content

Commit 1ea234e

Browse files
authored
Dump scala-versions and update release procedure (#644)
1 parent 0cc4347 commit 1ea234e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/release/release-procedure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- [ ] Draft release notes
2-
- [ ] Update supported scala-versions for the released versions of Scala CLI - [VirtuslabRnD/scala-cli-scala-versions ](https://github.com/VirtuslabRnD/scala-cli-scala-versions)
2+
- [ ] Update supported scala-versions for the released versions of Scala CLI - [Virtuslab/scala-cli-scala-versions ](https://github.com/Virtuslab/scala-cli-scala-versions)
3+
- [ ] Update supported scala-versions in documentation - [scala-cli-scala-versions.md](https://github.com/VirtusLab/scala-cli/blob/main/website/docs/reference/scala-versions.md)
34
- [ ] Marks release as `pre-release` and then `Publish Release`
45
- [ ] Wait for green release CI build
56
- [ ] Unmark release as `pre-release`

website/docs/reference/scala-versions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ Current ScalaCLI versions support Scala 3, 2.13 and 2.12. The table below lists
88
| ScalaCLI versions | Scala 3 | Scala 2.13 | Scala 2.12 |
99
|---------------------|:-----------------:|------------:|-----------:|
1010
| 0.0.9 | 3.0.2 | 2.13.7 | 2.12.7 |
11-
11+
| 0.1.0 | 3.1.1 | 2.13.8 | 2.12.15 |
12+
| 0.1.1 | 3.1.1 | 2.13.8 | 2.12.15 |
13+

0 commit comments

Comments
 (0)