We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e8239 commit 2332d8cCopy full SHA for 2332d8c
Makefile
@@ -52,6 +52,7 @@ update-changelog:
52
.PHONY: .commit-and-push-changelog
53
54
.release-in-docker: default update-changelog update-installdoc .commit-and-push-changelog-and-docs
55
+ [ -f '/home/cukebot/import-gpg-key.sh' ] && /home/cukebot/import-gpg-key.sh
56
mvn --batch-mode release:clean release:prepare -DautoVersionSubmodules=true -Darguments="-DskipTests=true -DskipITs=true -Darchetype.test.skip=true"
57
git checkout "v$(NEW_VERSION)"
58
mvn deploy -P-examples -P-compatibility -Psign-source-javadoc -DskipTests=true -DskipITs=true -Darchetype.test.skip=true
0 commit comments