diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bed56b..a8884b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,9 +12,15 @@ jobs: - name: Checkout code uses: actions/checkout@master - name: Create Release - id: create_release - uses: elgohr/Github-Release-Action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - uses: fregante/release-with-changelog@v3 with: - release: Release ${{ github.ref }} + token: ${{ secrets.NODE_GITHUB_TOKEN }} + title: "Release {tag}" + exclude: true + commit-template: '- {title} ← {hash}' + template: | + ### Changelog + + {commits} + + {range}