diff --git a/.github/workflows/heinrichreimeraction-github-changelog-generator.yml b/.github/workflows/heinrichreimeraction-github-changelog-generator.yml new file mode 100644 index 0000000..c38d3d7 --- /dev/null +++ b/.github/workflows/heinrichreimeraction-github-changelog-generator.yml @@ -0,0 +1,16 @@ + # https://github.com/actions/create-release#example-workflow---create-a-release + +name: 'Create Release' +on: + push: + # Sequence of patterns matched against refs/tags + tags: + - 'vs.*' # Push events to matching v*, i.e. v1.0, v20.15.10 +jobs: + changelog: + runs-on: ubuntu-latest + steps: + - name: "✏️ Generate release changelog" + uses: heinrichreimer/action-github-changelog-generator@v2.3 + with: + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file