Skip to content

Commit

Permalink
chore: update workflows config. #113
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 17, 2023
1 parent 9220829 commit 5257a75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
original-markdown: true
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'

- run: echo "outputs.tag - ${{ steps.changelog.outputs.changelog }}"
- run: echo "outputs.tag - ${{ steps.changelog.outputs.tag }}"
- run: echo "outputs.branch - ${{ steps.changelog.outputs.branch }}"
- run: echo "outputs.compareurl - ${{ steps.changelog.outputs.compareurl }}"
Expand All @@ -68,6 +69,16 @@ jobs:
original-markdown: true
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'

- name: Generate Changelog (show-emoji test)
# uses: jaywcjlove/changelog-generator@main
id: changelogEmoji
uses: ./
with:
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
show-emoji: false

- run: echo "outputs.tag - ${{ steps.changelogEmoji.outputs.changelog }}"

- name: Generate Changelog(main)
uses: jaywcjlove/changelog-generator@main
with:
Expand Down

0 comments on commit 5257a75

Please sign in to comment.