Skip to content

Commit

Permalink
Use new changelog option in merge command
Browse files Browse the repository at this point in the history
  • Loading branch information
JAForbes authored and StephanHoyer committed Apr 27, 2022
1 parent d6dd913 commit 2a2aef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2a2aef7

Please sign in to comment.