release script fixes

This commit is contained in:
Scott Lamb
2021-03-12 13:33:08 -08:00
parent d5320302a3
commit 6f2befec65
2 changed files with 21 additions and 14 deletions

View File

@@ -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/)