Skip to content

Commit

Permalink
Add script to publish stable+nightly from local computer
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Oct 16, 2023
1 parent 35370f3 commit 3d22b01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/publish-stable-version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -eux
VERSION="$1"
./gradlew clean || ./gradlew clean
./gradlew "-PpluginVersion=$VERSION-nightly" -PforceBuild=true publishPlugin
./gradlew "-PpluginVersion=$VERSION" publishPlugin

0 comments on commit 3d22b01

Please sign in to comment.