diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc0f19d..03c9123 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: id: changesets uses: changesets/action@v1 with: - version: pnpm version-packages + version: pnpm version-packages && pnpm fix publish: pnpm release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index c3188f4..983b4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,6 @@ History is now saved at `$XDG_STATE_HOME/prw/histories/.json` (fallback: `~/.local/state/prw/histories/.json`). `` is a SHA-256 hash of the resolved workspace root path. - 28f0f2f: Fix signal-killed child process treated as success and unhandled rejection in bin.ts - - `runner.ts`: exit with code 1 when `spawnSync` returns a non-null `signal` (e.g. SIGINT from Ctrl+C), instead of silently exiting 0 - `bin.ts`: chain `.catch()` on `main()` so unexpected rejections are logged and cause a non-zero exit instead of an unhandled promise rejection