fix man link, fix release generator

This commit is contained in:
2023-11-02 19:36:42 +01:00
parent 8a7740c4fa
commit 48154ce6b1
2 changed files with 2 additions and 4 deletions

View File

@@ -76,4 +76,4 @@ buildall:
./mkrel.sh $(tool) $(VERSION)
release: buildall
gh release create $(VERSION) --generate-notes releases/*
gh release create v$(VERSION) --generate-notes releases/*