auto draft a release on tag push

This commit is contained in:
alterNERDtive 2022-05-30 21:28:02 +02:00
parent 02a401a047
commit 55a031686c
2 changed files with 19 additions and 0 deletions

18
.github/workflows/create-release.yaml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Create release on tag push
on:
push:
tags:
- 'releases/*'
jobs:
release:
name: Create draft release
runs-on: ubuntu-latest
steps:
- name: Draft release
uses: ncipollo/release-action@v1
with:
bodyFile: "CHANGELOG.md"
draft: true

View file

@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
.github\workflows\create-release.yaml = .github\workflows\create-release.yaml
Directory.build.props = Directory.build.props
mkdocs.yml = mkdocs.yml
README.md = README.md