add a github workflow action to make a release from tags
authorДамјан Георгиевски <gdamjan@gmail.com>
Thu, 30 Mar 2023 12:21:54 +0000 (14:21 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 31 Mar 2023 23:44:50 +0000 (00:44 +0100)
commit86c20937c29da637878a1282444b057bc1a519fb
tree47d4f8b6c1317013b7cd2209734af42a041f0d7e
parent02c914efe6d2049ed947a53539a30b24ccde3820
add a github workflow action to make a release from tags

make a github release for every tag that starts with `v*`,
and a pre-release if the tag contains "-rc".

on the 'systemd/systemd' repo, the "Release" will be draft, so that the
release manager can fill up the notes manually.

on 'systemd/systemd-stable' the release will be created immediately.

info about the action used:
https://github.com/softprops/action-gh-release
.github/workflows/make_release.yml [new file with mode: 0644]