Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Jan 6, 2021
1 parent 168fa48 commit 01e0179
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Create Tag
id: create_tag
uses: jaywcjlove/[email protected].2
uses: jaywcjlove/[email protected].12
with:
token: ${{ secrets.GITHUB_TOKEN }}
# test: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
Expand Down Expand Up @@ -45,7 +45,16 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: |
```yml
- name: Generate changelog
id: changelog
uses: jaywcjlove/changelog-generator@${{ steps.create_tag.outputs.version }}
with:
token: # Your GITHUB_TOKEN
filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
filter: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
```
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
prerelease: false

0 comments on commit 01e0179

Please sign in to comment.