mvn license:update-file-header
mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar \
-Dsonar.token=[token]
See analysis results at https://sonarcloud.io/dashboard?id=org.itsallcode%3Ahamcrest-mutliline-text-matcher
mvn versions:display-dependency-updates
mvn versions:display-plugin-updates
- Start the release workflow
- Run command
gh workflow run release.yml --repo itsallcode/hamcrest-mutliline-text-matcher --ref main
- or go to GitHub Actions and start the
release.yml
workflow on branchmain
.
- Update title and description of the newly created GitHub release.
- After some time the release will be available at Maven Central.
- Create a release of the
main
branch on GitHub. - After some time the release will be available at Maven Central.