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

@ -30,7 +30,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npx pr-release merge --target main --source next --commit --force --clean --changelog --compact --out ./docs/recent-changes.md
- run: npx pr-release merge --target main --source next --commit --force --clean --changelog ./docs/recent-changes.md --compact
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}