Use new changelog option in merge command

This commit is contained in:
James Forbes 2022-03-31 09:38:19 +11:00 committed by Stephan Hoyer
parent d6dd9132fb
commit 2a2aef7762
2 changed files with 2 additions and 2 deletions

View file

@ -26,6 +26,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npx pr-release rollback --verbose --target main --source next --verbose --ignore 'package*' --ignore changelog.md
- run: npx pr-release rollback --verbose --target main --source next --verbose --ignore 'package*' --ignore docs/changelog.md --ignore docs/recent-changes.md
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}