Skip to content

Commit

Permalink
fix: changelogging
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Apr 18, 2024
1 parent ccbfd1c commit e6f20dd
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,18 @@ jobs:
with:
persist-credentials: false

- name: foo
run: |
cat > bla << EOF
|${{ secrets.BOT_ACCESS_TOKEN }}|
EOF
cat bla

- uses: cycjimmy/semantic-release-action@v4
if: github.event_name != 'pull_request'
- name: Semantic Release
uses: go-semantic-release/action@v1
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

- name: Update changelog
uses: stefanzweifel/git-auto-commit-action@v4
if: steps.generate_changelog.outputs.version != ''
with:
commit_message: 'chore(ci): commit changes from go-semantic-release'
file_pattern: CHANGELOG.md

0 comments on commit e6f20dd

Please sign in to comment.