Skip to content

Commit

Permalink
chore: reconfigure github changelog workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Mar 13, 2021
1 parent dfcf251 commit ad89047
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 3,911 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Generate changelogs
run: |
npm i auto-changelog --no-save
npx auto-changelog --release-summary --tag-prefix '${{matrix.version}}.' -o docs/changelog/index.md
npx auto-changelog --release-summary --starting-version ${{matrix.version}}.0 --tag-pattern ${{matrix.version}}.\d -o docs/changelog/index.md
npx auto-changelog --release-summary
- name: Commit changed files
run: |
Expand Down
Loading

0 comments on commit ad89047

Please sign in to comment.