Skip to content

Commit 922c34d

Browse files
committed
release 2023-10-03
1 parent c7bcb66 commit 922c34d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

BUILDING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ To publish the release use the gui or the github command line through the `fish`
3434
```bash
3535
set -gx now (date '+%Y-%m-%d'); echo [$now]
3636
git add .; git status
37-
git commit -S -m "release $now"
38-
git push
37+
git commit -S -m "release $now"; git push
3938
gh release create tag-release-$now -t release-$now -n "release of $now" -d target/cloudstore-1.0.jar
4039
# then go to the web ui to review and finalize the relese
4140
```

0 commit comments

Comments
 (0)