Skip to content

Commit

Permalink
ci: 🤖 merge pull request #13 from smichard/renovate/smichard-conventi…
Browse files Browse the repository at this point in the history
…onal_changelog-2.x

ci: 🤖 update smichard/conventional_changelog action to v2
  • Loading branch information
smichard committed Jan 25, 2024
2 parents 3f245e6 + 6e483be commit 2c8c2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate Changelog
uses: smichard/conventional_changelog@1.0.4
uses: smichard/conventional_changelog@2.0.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger_on_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate Changelog
uses: smichard/conventional_changelog@1.0.4
uses: smichard/conventional_changelog@2.0.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 2c8c2e2

Please sign in to comment.