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 d804484 commit 694c799Copy full SHA for 694c799
1 file changed
release/release.sh
@@ -73,6 +73,11 @@ git push origin "v$VERSION"
73
echo Publishing ArchUnit...
74
./gradlew clean publishArchUnit --no-parallel -PsonatypeUsername="$SONATYPE_USERNAME" -PsonatypePassword="$SONATYPE_PASSWORD" -PsigningKey="$GPG_SIGNING_KEY" -PsigningPassword="$GPG_SIGNING_PASSWORD"
75
76
+echo Publishing website and examples...
77
+./gradlew publishDocs
78
+(cd build/docs-update && git add -A && git commit -s -m "release ArchUnit $VERSION" && git push)
79
+(cd build/example-update && git add -A && git commit -s -m "release ArchUnit $VERSION" && git push)
80
+
81
git checkout main
82
git merge release-"$NEW_VERSION"
83
git push
0 commit comments