v0.10.0
This release makes a number of changes which may have a breaking impact on your workflows, even taking into account the scala-steward automatic regeneration. Please check the release notes carefully and update your builds as necessary.
- Renamed default branch from master to main. The main impact this has is on the
githubWorkflowPublishTargetBranches
key, which now defaults to releasing frommain
rather than releasing frommaster
. - Added support for job containers via the
container
field ofWorkflowJob
. This functionality is not yet exposed directly in sbt settings. - Added
githubWorkflowBuildMatrixFailFast
, which makes it possible to configure thefail-fast
property the build job. The default behavior is to accept the GitHub Actions default, which is to fail fast (i.e. if any branch of the matrix fails, the remainder are canceled). (@amesgen) - Generalized
WorkflowStep.Use
to allow for local and docker references. Any existingUse
call-sites will need to have their ref parameters wrapped inUseRef.Public