Command line interface to the Play Routes Compiler
To release a new version to Maven Central:
- Push a tag with this syntax:
S1.S2--P1.P2.P3
whereS1.S2
is the Scala version andP1.P2.P3
is the Play version. (e.g.2.13--2.7.3
) - Once the build completes (including the publish step), find the staging repo in Sonatype (assuming you're signed in and have access to the project)
- Verify all the artifacts are on the staging Repository, and then close it through the Sonatype GUI
- Once Sonatype's pre-release checks on the repository complete, release it through the Sonatype GUI
- Verify the artifact's present in Maven Central (it can take multiple hours for everything to sync)