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 652d6ed commit ba3835eCopy full SHA for ba3835e
release.sh
@@ -1,2 +1,4 @@
1
#!/usr/bin/env bash
2
+# Prime gpg-agent caches. See https://maven.apache.org/plugins/maven-gpg-plugin/usage.html
3
+echo "test" | gpg --clearsign > /dev/null
4
./mvnw --batch-mode clean release:prepare release:perform && git push && git push --tags
0 commit comments