Skip to content

fix: add folder for unwanted files #3

fix: add folder for unwanted files

fix: add folder for unwanted files #3

# 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/[email protected]
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