Skip to content

Commit

Permalink
Release - v0.9.2 (#181)
Browse files Browse the repository at this point in the history
* Use the new --changelog flag in merge command (#180)

* Use compact option in pr yml (#182)

* Use the new --changelog flag in merge command

* Use compact option in pr yml
  • Loading branch information
JAForbes authored Oct 30, 2021
1 parent bf22bb8 commit 1987562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: node bin.js changelog --target main --source next --out changelog.md
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- run: node bin.js merge --target main --source next --commit --force --clean
- run: node bin.js merge --target main --source next --commit --force --clean --changelog --compact
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- run: npm ci
- run: npm run build --if-present
# todo-james replace with npx pr-release pr
- run: node bin.js pr --verbose --target main --source next
- run: node bin.js pr --verbose --target main --source next --compact
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 1987562

Please sign in to comment.