Skip to content

0.15.0

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 03 Jun 22:14
· 37 commits to main since this release
v0.15.0

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