mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-05 15:22:29 -05:00
release script fixes
This commit is contained in:
@@ -132,7 +132,7 @@ Releases are currently a bit manual. From a completely clean git work tree,
|
||||
git tag -a "v${VERSION}" -m "version ${VERSION}"
|
||||
./release.bash
|
||||
git push
|
||||
git push "v${VERSION}"
|
||||
git push origin "v${VERSION}"
|
||||
```
|
||||
|
||||
The `release.bash` script needs [`jq`](https://stedolan.github.io/jq/)
|
||||
|
||||
Reference in New Issue
Block a user