Skip to content

Releases: sbt/sbt-github-actions

v0.6.1

14 Apr 17:03
v0.6.1
Compare
Choose a tag to compare
  • Added PREventType to auto-import
  • Fixed download-path action configuration to use the appropriate path

v0.6.0

13 Apr 19:59
v0.6.0
Compare
Choose a tag to compare

This is a breaking change, though only minorly so for common use-cases.

  • Removed Use#version and replaced it with Use#ref to allow referencing actions by a) complex version strings (e.g. 4.0.0) and b) by arbitrary branch names (e.g. master). It is most certainly still best practice to only reference tags within the ref field, but you're free to do whatever is necessar.

v0.5.0

10 Apr 00:58
v0.5.0
Compare
Choose a tag to compare
  • Added id field to WorkflowStep

v0.4.1

09 Apr 22:16
v0.4.1
Compare
Choose a tag to compare
  • Added githubWorkflowPREventTypes to allow better configurability over the triggers which govern the pull_request segment of the CI workflow

In addition, this release sees the removal of the pre-release flag. The reason being that this plugin is now being used in production across a broad range of projects with great success, and should be considered sufficiently stable as to see heavy use.

v0.4.0

01 Apr 21:10
v0.4.0
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Added support for additional matrix dimensions in the build job. It isn't possible (without using the githubWorkflowGeneratedCI setting) to remove the default dimensions, but this makes it possible to add additional ones. Note that this is only for the build job; there is no such functionality for publication at present.

v0.3.0

27 Mar 20:27
v0.3.0
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Fixed selection of Java versions
  • Re-normalized all the scoping so that things are less Global-dependent

v0.2.2

26 Mar 23:38
v0.2.2
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • Fixed Windows support (I think). This includes special support for builds that involve symbolic links (like this one)

v0.2.1

26 Mar 14:46
v0.2.1
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Fixed a logical error in the compilation of the Contains and EndsWith predicates

v0.2.0

26 Mar 03:52
v0.2.0
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This release adds support for generating GitHub Actions workflows from sbt configurations. For more details, see the README.