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 bea9dd2 commit 38a753aCopy full SHA for 38a753a
CONTRIBUTING.md
@@ -14,7 +14,9 @@ cd "$BASE_DIR"
14
git clone https://github.com/scijava/scijava-scripts
15
cd -
16
17
-"$BASE_DIR/scijava-scripts/release-version.sh"
+RELEASE_SCRIPT="$BASE_DIR/scijava-scripts/release-version.sh"
18
+
19
+$RELEASE_SCRIPT --skip-push --skip-gpg --skip-license-update
20
```
21
22
Build & Deploy using Visual Studio Code
0 commit comments