Skip to content

Releases: playframework/.github

v3.2.0

20 Oct 08:37
b2a83e3
Compare
Choose a tag to compare

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

30 Sep 15:17
d90eeca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

26 Sep 19:17
v3.0.0
c8cee13
Compare
Choose a tag to compare

What's Changed

  • Drop Java 8, make Java 11 default by @mkurz in #38
  • Upgrade actions by @mkurz in #35
  • Sync Mergify settings between all repositories by @ihostage in #34

Full Changelog: v2...v3.0.0

v2.0.2

12 Jul 08:32
v2.0.2
af3e01a
Compare
Choose a tag to compare

What's Changed

  • Disable publish job if forked repository by @xuwei-k in #29
  • coursier/setup-action v1.2.0 final by @mkurz in #30
  • Remove workflow to delete cache, can be done with api now by @mkurz in #31

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2

05 May 21:02
v2
af3e01a
Compare
Choose a tag to compare
v2

🔖 Latest stable version of 2.x release series

Currently link to ➡️ v2.0.2

💡 Backward compatibility is guaranteed.

v2.0.1

07 May 18:56
370f1e3
Compare
Choose a tag to compare

📗 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

05 May 21:01
cad935c
Compare
Choose a tag to compare

📗 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

29 Apr 11:23
272efb1
Compare
Choose a tag to compare

📗 What is new?

  • Provide CACHE_HIT_COURSIER environment variable (because steps is not available from caller workflow) by @mkurz in #17

Full Changelog: v1.0.3...v1.0.4

v1

11 Apr 19:46
272efb1
Compare
Choose a tag to compare
v1

🔖 Latest stable version of 1.x release series

Currently link to ➡️ v1.0.4

💡 Backward compatibility is guaranteed.

v1.0.3

24 Apr 09:32
425128b
Compare
Choose a tag to compare

📗 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 and sbt 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