Skip to content

Releases: sbt/sbt-github-actions

0.24.0

23 Jun 17:52
v0.24.0
636423b
Compare
Choose a tag to compare

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 to zulu@8 since Temurin JDK 8 is not available for ARM macOS images by @eed3si9n in #187

update

  • Adds sbt/setup-sbt step to install sbt 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

07 Feb 07:12
36e6a87
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0

v0.22.0

20 Dec 09:54
7e3f906
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

20 Dec 05:46
bc75b11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

20 Dec 05:29
afad6be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.20.0

v0.19.0

23 Oct 02:43
693adf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

13 Oct 09:53
9f00e91
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

v0.17.0

28 Sep 09:41
9ad5eea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

05 Sep 17:45
0bf2ef0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

0.15.0

03 Jun 22:14
v0.15.0
Compare
Choose a tag to compare

about sbt-github-actions

sbt-github-actions is an sbt plugin, originally developed by Daniel Spiewak (@djspiewak) in 2020, to generate GitHub Actions YAML from build.sbt file.

Using sbt 1.9.0, the plugin is published for both the traditional POM-inconsistent style and POM-consistent style.

changes with compatibility implications

updates and fixes

  • Fixes whitespace support in action params by @hagay3 in #107
  • githubWorkflowBuildTimeout and githubWorkflowPublishTimeout to support timeout for jobs and steps using by @povder in #98
  • Ports githubWorkflowBuildSbtStepPreamble from sbt-typelevel by @eed3si9n in #139
  • Adds a page file fix for workflows that run on Windows by @mdedetrich in #146
  • Updates Scala versions by @mdedetrich in #149
  • Reverts default JDK to 8 and GraalVM to 22.3.0 by @mdedetrich in #136
  • Adds a space to the Scala version switch command by @mdedetrich in #153

behind the scene

new contributors

Full Changelog: v0.14.2...v0.15.0