activate CD to Maven Central
monperrus opened this issue · 1 comments
monperrus commented
activate CD to Maven Central
MartinWitt commented
Fixed with https://github.com/chains-project/maven-lockfile/actions/workflows/jreleaser.yml
One click to create a new release. Simply click on run workflow
(right side) and select the semantic release you want. You can choose between major, minor and patch. Running this workflow will deploy and release to maven-central, so be certain you click the correct release kind.
This script:
- Creates a tag and commit to main
- Creates a github release
- Creates a formatted changelog
- Publishes to staging repo for maven-central
- Closes the maven-central staging repo automatic and releases the release to maven-central