Skip to content

Commit

Permalink
Merge branch 'release/v1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirio committed Nov 15, 2023
2 parents dfbae07 + a45dc91 commit 3f70134
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- "v*.*.*"

permissions:
contents: write

jobs:
generate-changelog:
name: Generate changelog
Expand All @@ -25,3 +28,8 @@ jobs:
args: --verbose
env:
OUTPUT: CHANGELOG.md

- name: Push the changelog into release
uses: softprops/action-gh-release@v1
with:
body: ${{ steps.git-cliff.outputs.content }}

0 comments on commit 3f70134

Please sign in to comment.