Skip to content

Commit b8777fe

Browse files
authored
Mention distribution limitations in the Scala CLI 1.5.3 release notes (#3286)
1 parent 1d60641 commit b8777fe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

website/docs/release_notes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ import ReactPlayer from 'react-player'
1010

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

13-
This is a hotfix release, which makes all the fixes and enhancements of Scala CLI 1.5.2 available through the standard distribution channels (rather than just Maven Central).
13+
This is a hotfix release, which makes all the fixes and enhancements of Scala CLI 1.5.2 available through most standard distribution channels (rather than just Maven Central).
1414
For the main release notes, please refer to the [v1.5.2 ones](https://github.com/VirtusLab/scala-cli/releases/tag/v1.5.2).
1515

16+
### Distribution limitations
17+
Due to technical difficulties within our release pipeline, Scala CLI 1.5.3 is **not** available via the following channels:
18+
- `yum` (on RedHat/Cent OS/Fedora)
19+
- `SDKMAN!`
20+
21+
We will follow up with a 1.5.4 hotfix release to address this issue.
22+
1623
### Hot-fixes
1724
- Tag failing native packager tests as flaky by [@Gedochao](https://github.com/Gedochao) in [#3270](https://github.com/VirtusLab/scala-cli/pull/3270)
1825
- Make publishing depend on all integration tests & docs tests by [@Gedochao](https://github.com/Gedochao) in [#3272](https://github.com/VirtusLab/scala-cli/pull/3272)

0 commit comments

Comments
 (0)