Skip to content

Commit

Permalink
chore: bump changelog to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sbouchet authored Mar 19, 2024
1 parent f590322 commit 3d56bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Simple conventional changelog
uses: lstocchi/simple-conventional-changelog@13071c09073f5deddf03d44d9af6a8b0f81ef227 #0.0.11
uses: redhat-developer/simple-conventional-changelog@0a6db1ac3910c2cf66f2e1a530951dba1ece8540 #0.0.12
id: changelog
with:
token: ${{ secrets.GITHUB_TOKEN }}
current-tag: '${{ github.event.inputs.tag }}'
types-mapping: 'feat:Features,fix:Bug Fixes,docs:Documentation,refactor:Refactoring,chore:Other'
- run: |
echo '${{ steps.changelog.outputs.changelog }}'
echo '${{ steps.changelog.outputs.changelog }}'

0 comments on commit 3d56bdd

Please sign in to comment.