8000 Update release instructions · imcf/jython-scijava-logging@38a753a · GitHub
[go: up one dir, main page]

Skip to content

Commit 38a753a

Browse files
committed
Update release instructions
1 parent bea9dd2 commit 38a753a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ cd "$BASE_DIR"
1414
git clone https://github.com/scijava/scijava-scripts
1515
cd -
1616

17-
"$BASE_DIR/scijava-scripts/release-version.sh"
17+
RELEASE_SCRIPT="$BASE_DIR/scijava-scripts/release-version.sh"
18+
19+
$RELEASE_SCRIPT --skip-push --skip-gpg --skip-license-update
1820
```
1921

2022
Build & Deploy using Visual Studio Code

0 commit comments

Comments
 (0)
0