summaryrefslogtreecommitdiff
path: root/.github/workflows/make_release.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: drop checkout from release workflowJan Macku2023-04-111-2/+0
| | | | It's not required as per comment - https://github.com/systemd/systemd/pull/27110#issuecomment-1499653913
* ci: don't run release wf on `systemd-security`Jan Macku2023-04-111-2/+4
|
* ci: add permissions to make a releaseДамјан Георгиевски2023-04-101-1/+7
| | | | | | | | | | | follow-up to https://github.com/systemd/systemd/pull/27071 in order to create Github Releases, the job needs permissions to write contents also: - pinned the `softprops/action-gh-release` action to a specific commit - made it only active on the `systemd` organization repos (so not on forks)
* add a github workflow action to make a release from tagsДамјан Георгиевски2023-04-011-0/+18
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