Skip to content

Commit 17a0e09

Browse files
committed
disable updating website & examples
This is just a release for Spring Modulith, because their update policy prevents updating to higher minor versions like 1.4.0 for the current Modulith release. But, since 1.4.0 has already been released, we don't want to update website and examples to show 1.3.1 as the current version, even if it has been released chronologically after 1.4.0. Signed-off-by: Peter Gafert <peter.gafert@archunit.org>
1 parent e143d99 commit 17a0e09

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

release/release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ git push origin "v$VERSION"
4444
echo Publishing ArchUnit...
4545
./gradlew clean publishArchUnit --no-parallel -PactivateReleaseToMavenCentral -PsonatypeUsername="$SONATYPE_USERNAME" -PsonatypePassword="$SONATYPE_PASSWORD" -PsigningKey="$GPG_SIGNING_KEY" -PsigningPassword="$GPG_SIGNING_PASSWORD"
4646

47-
echo Publishing website and examples...
48-
./gradlew publishDocs
49-
(cd build/docs-update && git add -A && git commit -s -m "release ArchUnit $VERSION" && git push)
50-
(cd build/example-update && git add -A && git commit -s -m "release ArchUnit $VERSION" && git push)
47+
#echo Publishing website and examples...
48+
#./gradlew publishDocs
49+
#(cd build/docs-update && git add -A && git commit -s -m "release ArchUnit $VERSION" && git push)
50+
#(cd build/example-update && git add -A && git commit -s -m "release ArchUnit $VERSION" && git push)
5151

5252
./gradlew setNextSnapshotVersion
5353

0 commit comments

Comments
 (0)