Skip to content

Commit

Permalink
chore: reconfigure release
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Mar 12, 2021
1 parent 06e814d commit 0268083
Show file tree
Hide file tree
Showing 2 changed files with 1,103 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-dependency-updater.yml
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Generate changelogs
run: |
npm i auto-changelog --no-save
npx auto-changelog --release-summary --tag-pattern ^${{matrix.version}}.\d+ -o docs/changelog/index.md
npx auto-changelog --release-summary --tag-pattern "^${{matrix.version}}.\d+" -o docs/changelog/index.md
npx auto-changelog --release-summary
- name: Commit changelogs
run: |
Expand Down

0 comments on commit 0268083

Please sign in to comment.