Releases: sbt/sbt-github-actions
Releases · sbt/sbt-github-actions
0.25.0
sbt-github-actions 0.25.0 is cross published to:
sbt Version | Published |
---|---|
1.x | ✅ |
2.0.0-M3 | ✅ |
about sbt-github-actions
sbt-github-actions is an sbt plugin, originally developed by Daniel Spiewak in 2020, to generate GitHub Actions YAML from build.sbt
file.
sbt 2.x migration
- Cross build to sbt 2 by @xuwei-k in #193
- Prepare sbt 2.x cross build by @xuwei-k in #190
- Remove unused import by @xuwei-k in #194
other updates
new contributors
Full Changelog: v0.24.0...v0.25.0
0.24.0
about sbt-github-actions
sbt-github-actions is an sbt plugin, originally developed by Daniel Spiewak in 2020, to generate GitHub Actions YAML from build.sbt
file.
change with compatibility implications
- Default runner was changed from
temurin@8
tozulu@8
since Temurin JDK 8 is not available for ARM macOS images by @eed3si9n in #187
update
- Adds
sbt/setup-sbt
step to installsbt
runner script since it is no longer installed by default in newer runner images by @eed3si9n in #187
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
- Pin Scala 2.12 version for scala steward by @mdedetrich in #180
- Update
al-cheb/configure-pagefile-action
by @xuwei-k in #181
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
- Windows page file disk root fix by @mdedetrich in #177
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
- Update upload-artifact and download-artifact by @xuwei-k in #175
- Add Corretto distribution by @mdedetrich in #176
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- use setup-java@v4 by @pjfanning in #174
New Contributors
- @pjfanning made their first contribution in #174
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Make publish respect githubWorkflowOSes by @mdedetrich in #169
- Use sonatypePublishToBundle for publishTo by @mdedetrich in #171
- Calculate snapshot version properly by @mdedetrich in #170
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- Make clean respect githubWorkflowOSes by @mdedetrich in #167
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Support newer Graalvm JDK 17 distributions by @mdedetrich in #164
- Update sbt and add windows back to CI by @mdedetrich in #163
- Make workflow dir configurable by @mdedetrich in #166
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Add permission related types to plugin autoimport by @mdedetrich in #156
- Updateing snakeyaml due to CVE-2022-38750 by @gmixa in #160
- Update to
actions/checkout@v4
by @xuwei-k in #162
New Contributors
Full Changelog: v0.15.0...v0.16.0