Skip to content

Commit

Permalink
release 2024-05-03-1921
Browse files Browse the repository at this point in the history
  • Loading branch information
steveloughran committed May 3, 2024
1 parent f0fb7c3 commit c61faf4
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 @@ mvn install -Psdk2
To publish the release use the gui or the github command line through the `fish` shell.

```bash
set -gx now (date '+%Y-%m-%d'); echo [$now]
set -gx now (date '+%Y-%m-%d-%H%M'); echo [$now]
git add .; git status
git commit -S -m "release $now"; git push
gh release create tag-release-$now -t release-$now -n "release of $now" -d target/cloudstore-1.0.jar
Expand Down

0 comments on commit c61faf4

Please sign in to comment.