using gh for release generation, fixed mkrel.sh to add version

This commit is contained in:
2022-10-11 18:42:10 +02:00
parent e868b50c0f
commit 81fac864f1
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ buildlocal:
release:
./mkrel.sh $(tool) $(version)
gh release create $(version) --generate-notes releases/*
install: buildlocal
install -d -o $(UID) -g $(GID) $(PREFIX)/bin