Add make target to create tag and GitLab release
This allows creating a tag and accompanying GitLab release by running
make release RELEASE=<VERSION>
This will automatically rebuild artifacts, check if glab
is setup
using an auth token, create a signed git tag, push it and afterwards
create an accompanying GitLab release, with signed assets attached.
Fixes #231 (closed)
Signed-off-by: David Runge dvzrv@archlinux.org