Skip to content

Commit ba3835e

Browse files
committed
Upgrade the release script
1 parent 652d6ed commit ba3835e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#!/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
24
./mvnw --batch-mode clean release:prepare release:perform && git push && git push --tags

0 commit comments

Comments
 (0)