Skip to content

Commit

Permalink
release 2024-10-03-13.41
Browse files Browse the repository at this point in the history
  • Loading branch information
steveloughran committed Oct 3, 2024
1 parent d628d0a commit 4abf742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To publish the release use the gui or the github command line through the `fish`
```bash
set -gx now (date '+%Y-%m-%d-%H.%M'); echo [$now]
git add .; git status
git commit -S -m "release $now"; git push
git commit -S --allow-empty -m "release $now"; git push
gh release create tag-release-$now -t release-$now -n "release of $now" -d target/cloudstore-1.0.jar
# then go to the web ui to review and finalize the release
```
Expand Down

0 comments on commit 4abf742

Please sign in to comment.