Skip to content

Commit 092d682

Browse files
authored
chore/release note (#122)
* chore(release): fix output now we use env var * chore(release): use v1 tag the v1 tag will be moved to the latest non-breaking change of the generator. It will be easier that way to propagate fixes and updates
1 parent 7749882 commit 092d682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-note.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- name: Generate changelog
1919
id: generate_changelog
20-
uses: lumapps/changelog-generator@1.1.2
20+
uses: lumapps/changelog-generator@v1
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Create Release
@@ -28,5 +28,5 @@ jobs:
2828
with:
2929
tag_name: ${{ github.ref }}
3030
release_name: Release ${{ github.ref }}
31-
body: ${{ steps.generate_changelog.outputs.changelog }}
31+
body: ${{ env.CHANGELOG }}
3232
prerelease: false

0 commit comments

Comments
 (0)