Skip to content

Commit 26ebe2f

Browse files
committed
Add in missing entries in v1.8.0 release notes
1 parent 0bb6961 commit 26ebe2f

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
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.7` tags to the latest release commit.
27+
- [ ] Update the `v1` & `v1.8` tags to the latest release commit.
2828
```bash
2929
git fetch --all
30-
git checkout origin v1.7.x
31-
git tag -d v1.7
32-
git tag v1.7
33-
git push origin v1.7 -f
30+
git checkout origin v1.8.x
31+
git tag -d v1.8
32+
git tag v1.8
33+
git push origin v1.8 -f
3434
git tag -d v1
3535
git tag v1
3636
git push origin v1 -f

website/docs/release_notes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ import ReactPlayer from 'react-player'
1010

1111
## [v1.8.0](https://github.com/VirtusLab/scala-cli/releases/tag/v1.8.0)
1212

13-
### Support for Scala 3.7.0
13+
### Support for Scala 3.7.0 and 3.3.6
1414
This Scala CLI version switches the default Scala version to 3.7.0.
15+
The CLI internals are now built with Scala 3.3.6.
1516

1617
```bash
1718
scala-cli version
1819
# Scala CLI version: 1.8.0
1920
# Scala version (default): 3.7.0
2021
```
2122

22-
Added by [@Gedochao](https://github.com/Gedochao) in [#3661](https://github.com/VirtusLab/scala-cli/pull/3661)
23+
Added by [@Gedochao](https://github.com/Gedochao) in [#3661](https://github.com/VirtusLab/scala-cli/pull/3661) and [#3671](https://github.com/VirtusLab/scala-cli/pull/3671)
2324

2425
### Support for Scala.js 1.19.0
2526
This Scala CLI version adds support for Scala.js 1.19.0.
@@ -188,6 +189,8 @@ Added by [@Gedochao](https://github.com/Gedochao) in [#3653](https://github.com/
188189
* Bump Scala 3 Next RC to 3.7.1-RC1 by [@Gedochao](https://github.com/Gedochao) in [#3663](https://github.com/VirtusLab/scala-cli/pull/3663)
189190
* Update `runner` & `test-runner` to Scala 3.3.5 LTS (was 3.0.2) by [@Gedochao](https://github.com/Gedochao) in [#3650](https://github.com/VirtusLab/scala-cli/pull/3650)
190191
* Update `scalafmt` to 3.9.6 by [@scala-steward](https://github.com/scala-steward) in [#3667](https://github.com/VirtusLab/scala-cli/pull/3667)
192+
* chore: Bump Bloop to 2.0.10 by [@tgodzik](https://github.com/tgodzik) in [#3670](https://github.com/VirtusLab/scala-cli/pull/3670)
193+
* Bump Scala 3 LTS to 3.3.6 by [@Gedochao](https://github.com/Gedochao) in [#3671](https://github.com/VirtusLab/scala-cli/pull/3671)
191194

192195
**Full Changelog**: https://github.com/VirtusLab/scala-cli/compare/v1.7.1...v1.8.0
193196

0 commit comments

Comments
 (0)