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