We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d628d0a commit 4abf742Copy full SHA for 4abf742
BUILDING.md
@@ -44,7 +44,7 @@ To publish the release use the gui or the github command line through the `fish`
44
```bash
45
set -gx now (date '+%Y-%m-%d-%H.%M'); echo [$now]
46
git add .; git status
47
-git commit -S -m "release $now"; git push
+git commit -S --allow-empty -m "release $now"; git push
48
gh release create tag-release-$now -t release-$now -n "release of $now" -d target/cloudstore-1.0.jar
49
# then go to the web ui to review and finalize the release
50
```
0 commit comments