0.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
- sbt-github-actions 0.15.0 is published under
com.github.sbt
organization by @eed3si9n in #134 - Updates GitHub actions to use Node 16 by @jovilius in #133. See also GitHub Actions: All Actions will begin running on Node16 instead of Node12
- Switches to using
graalvm/setup-graalvm@v1
instead ofDeLaGuardo/[email protected]
by @eed3si9n in #140
updates and fixes
- Fixes whitespace support in action params by @hagay3 in #107
githubWorkflowBuildTimeout
andgithubWorkflowPublishTimeout
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
- Updates README documentation of the
githubWorkflowJavaVersions
setting by @RustedBones in #93 - Fixes README documentation of publishing
main
branch snapshots by @keynmol in #113 - Updates
.gitignore
file by @mdedetrich in #124 - Documents how to contribute for Windows by @mdedetrich in #125
- Temporarily removes Windows from CI by @mdedetrich in #128
- Adds global permissions by @mdedetrich in #105
- Scope
sbtVersion
by @eed3si9n in #130 - Adds developers by @mdedetrich in #151
- Updates sbt to 1.9.0 by @eed3si9n in #155
new contributors
- @keynmol made their first contribution in #113
- @eed3si9n made their first contribution in #130
- @jovilius made their first contribution in #133
- @povder made their first contribution in #98
- @hagay3 made their first contribution in #107
Full Changelog: v0.14.2...v0.15.0