Skip to content

Commit 56c7058

Browse files
committed
Add reminder to push the release tag
1 parent 9ba2b13 commit 56c7058

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DEVELOPMENT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ RELEASE_SCRIPT="$BASE_DIR/scijava-scripts/release-version.sh"
1717
$RELEASE_SCRIPT --skip-push --skip-gpg --skip-license-update
1818
```
1919

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+
2028
## Build & Deploy with Maven using VS Code
2129

2230
Building and deploying the package can be greatly simplified using "tasks" in

0 commit comments

Comments
 (0)