Skip to content

Commit 4abf742

Browse files
committed
release 2024-10-03-13.41
1 parent d628d0a commit 4abf742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To publish the release use the gui or the github command line through the `fish`
4444
```bash
4545
set -gx now (date '+%Y-%m-%d-%H.%M'); echo [$now]
4646
git add .; git status
47-
git commit -S -m "release $now"; git push
47+
git commit -S --allow-empty -m "release $now"; git push
4848
gh release create tag-release-$now -t release-$now -n "release of $now" -d target/cloudstore-1.0.jar
4949
# then go to the web ui to review and finalize the release
5050
```

0 commit comments

Comments
 (0)