Releases: sbt/sbt-github-actions
Releases · sbt/sbt-github-actions
v0.6.1
v0.6.0
This is a breaking change, though only minorly so for common use-cases.
- Removed
Use#version
and replaced it withUse#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 theref
field, but you're free to do whatever is necessar.
v0.5.0
v0.4.1
- Added
githubWorkflowPREventTypes
to allow better configurability over the triggers which govern thepull_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
- Added support for additional
matrix
dimensions in thebuild
job. It isn't possible (without using thegithubWorkflowGeneratedCI
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.