Skip to content

Commit

Permalink
docs: add output
Browse files Browse the repository at this point in the history
Output
ING-6578
  • Loading branch information
emanuelaepure10 committed Mar 7, 2024
1 parent 7c13363 commit 50a7560
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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/[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

0 comments on commit 50a7560

Please sign in to comment.