Skip to content

Commit c61faf4

Browse files
committed
release 2024-05-03-1921
1 parent f0fb7c3 commit c61faf4

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 @@ mvn install -Psdk2
4444
To publish the release use the gui or the github command line through the `fish` shell.
4545

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

0 commit comments

Comments
 (0)