Skip to content

Commit

Permalink
feat: add changelog generator
Browse files Browse the repository at this point in the history
add changelog generator description

ING-4356
  • Loading branch information
emanuelaepure10 committed Mar 7, 2024
1 parent ff4f538 commit 45ee727
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 45ee727

Please sign in to comment.