Skip to content

Commit

Permalink
Merge pull request #10 from infralovers/release-update
Browse files Browse the repository at this point in the history
fix: Update changelog generation
  • Loading branch information
mabunixda authored Apr 18, 2024
2 parents 66d1a8c + fafc2a7 commit b0a4995
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ jobs:
with:
fetch-depth: 0

- uses: go-semantic-release/action@v1
- uses: cycjimmy/semantic-release-action@v4
if: github.event_name != 'pull_request'
id: generate_changelog
env:
github-token: ${{ secrets.BOT_ACCESS_TOKEN }}
with:
semantic_version: 23.0.2
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
[email protected]
github-token: ${{ secrets.BOT_ACCESS_TOKEN }}
prepend: true
changelog-file: CHANGELOG.md
update-file: CHANGELOG.md

0 comments on commit b0a4995

Please sign in to comment.