- An environment variable
JAVA_HOME
must point to a valid JDK 11 or newer
- Verify:
./gradlew check && ./gradlew -p example check -Dinclude=true
- Update
CHANGELOG.md
andgradle.properties
- Commit the changes
git add -A && git commit
- Create version tag
- Push the created commit and tag:
git push --follow-tags
- Manually create a github release at the newly created tag.
Copy/Paste the changelog entry generated by
standard-version
for the github release description
That will trigger the publication of the artifacts from github action.