Closed HuGanghui closed 4 years ago
@romani you are an expert here. Any thoughts?
I will do this.
deployed - https://repo1.maven.org/maven2/com/puppycrawl/tools/patch-filters/
see how to setup local settings at https://github.com/checkstyle/checkstyle/wiki/How-to-make-a-release#pre-reqs
commands:
#mvn versions:set -DnewVersion=1.1.0-SNAPSHOT && mvn versions:commit
#git add pom.xml && git commit -m "config: update to 1.1.0-SNAPSHOT" && git push
mvn -e -Pgpg release:prepare
mvn -e -Pgpg release:perform
Do we need to add more details in pom.xml and publish patch-filters to maven repository?