Releases: playframework/.github
Releases · playframework/.github
v3.2.0
What's Changed
- Use idiomatic way for disabling publishing from fork by @ihostage in #41
- Disable schedule task for fork repositories by default by @ihostage in #42
Ready To Merge
should use to Pull Requests only by @ihostage in #43- Latest Scala/sbt versions by @mkurz in #44
- #45 Use environment file instead
set-output
by @ihostage in #46 - Just reorganizing files by @mkurz in #48
- Don't mention @mergify in release notes anymore by @mkurz in #47
Full Changelog: v3.1.0...v3.2.0
v3.1.0
v3.0.0
v2.0.2
v2
v2.0.1
📗 What is new?
- The publish workflow does not require secrets anymore, you can and should now use the
secrets: inherit
config to pass secrets to that workflow
Full Changelog: v2.0.0...v2.0.1
v2.0.0
📗 What is new?
- The single SBT task (
sbt.yml
) was removed - The Java/Scala matrix SBT task (
sbt-matrix.yml
) was removed - Introduced an universal CMD task (
cmd.yml
) which replaces to two removed tasks mentioned above
See more info in the README
Full Changelog: v1...v2.0.0
v1.0.4
v1
v1.0.3
📗 What is new?
New workflow to trigger cache invalidation
Cleaning cache is not officially supported by GitHub yet. See change and comments in #15 (comment)
Other improvements
- The
ivy
andsbt
cache will now be cleaned before it gets saved, see #15 by @mkurz - Some configs and the environment will now printed before running the main job. This was used in the Play Travis config before and was useful to "debug" errors, specially with akka snapshots, #15 by @mkurz
Full Changelog: v1.0.2...v1.0.3