From 50a75601a7cee8dd59a8165027dd23b36ea6442c Mon Sep 17 00:00:00 2001 From: Emanuela Epure <67077116+emanuelaepure10@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:03:55 +0100 Subject: [PATCH] docs: add output Output ING-6578 --- ...eimeraction-github-changelog-generator.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/heinrichreimeraction-github-changelog-generator.yml diff --git a/.github/workflows/heinrichreimeraction-github-changelog-generator.yml b/.github/workflows/heinrichreimeraction-github-changelog-generator.yml new file mode 100644 index 0000000..0e36d3c --- /dev/null +++ b/.github/workflows/heinrichreimeraction-github-changelog-generator.yml @@ -0,0 +1,19 @@ + # https://github.com/marketplace/actions/generate-changelog + +name: 'Create Release Heinrichreimer' +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 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + with: + token: ${{ secrets.GITHUB_TOKEN }} + output: CHANGELOG.md \ No newline at end of file