Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.72 KB

File metadata and controls

25 lines (19 loc) · 1.72 KB

For an organisation using GitHub and releasing Scala artifacts to Maven Central, gha-scala-library-release-workflow provides many benefits, including some that are novel over the current state of the art.

Particularly novel features!

Benefits which are just, like, nicely implemented

Compared to just running sbt release on a developer laptop, some of these benefits can be seen with other CI-based release workflows. They were highly prized in the development of gha-scala-library-release-workflow:

  • reduced configuration - per-repo config is much reduced by one-off organisation-level config. Good defaults further reduce sbt configuration 🧹
  • zero developer onboarding - no need for a new dev to get Sonatype credentials or PGP keys. If they can write to the repo, they can release! 🚀
  • preview releases for Pull Requests (see #19) 👭🏻
  • automatic GitHub Release notes - always worth having these 📝