/sbt-paradox-lightbend-project-info

A flavour of sbt-paradox-project-info for Lightbend's use.

Primary LanguageScalaApache License 2.0Apache-2.0

Paradox Project Info for Lightbend

This plugin extends the sbt-paradox-project-info with the default global readinessLevels settings that are used for Lightbend/Akka projects.

It is intended to be used for the Lightbend/Akka umbrella of projects, and not as a public project to use on "any" project.

Usage

Use the sbt plugin for Akka Paradox:

addSbtPlugin("com.lightbend.lightbend" % "sbt-paradox-lightbend-project-info" % "<version>")

Since this is an auto-plugin that automatically triggers its already enabled when you include it as a dependency.

Releasing

  • Tag the commit you want to release and push it
  • Github actions should automatically release to maven-central