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 9ba2b13 commit 56c7058Copy full SHA for 56c7058
DEVELOPMENT.md
@@ -17,6 +17,14 @@ RELEASE_SCRIPT="$BASE_DIR/scijava-scripts/release-version.sh"
17
$RELEASE_SCRIPT --skip-push --skip-gpg --skip-license-update
18
```
19
20
+**IMPORTANT**: after the release has been built, the corresponding tag needs to
21
+be pushed to github, e.g. like this:
22
+
23
+```bash
24
+RELEASE_TAG=$(git tag -l "python-imcflibs-*" | tail -n 1)
25
+git push origin $RELEASE_TAG
26
+```
27
28
## Build & Deploy with Maven using VS Code
29
30
Building and deploying the package can be greatly simplified using "tasks" in
0 commit comments