v1.8.1
·
149 commits
to main
since this release
Patch Changes
- #54
5d475c7Thanks @flyon! -setup-publishnow generates publish workflows that author the changesets "Version Packages"
PR (and, for dual-branch, the post-release sync) via an org GitHub App token
(actions/create-github-app-token, org secretsRELEASE_APP_ID/RELEASE_APP_PRIVATE_KEY)
instead of the defaultGITHUB_TOKEN— so those PRs' checks run without a manual "Approve and
run" gate. The dual-branch template's version-onlysync-version-to-devjob is replaced by a full
back-mergemain -> dev(carrying the version bump, CHANGELOG, and changeset deletions, so dev
never re-releases consumed changesets).--configure-githubalso enables "Allow auto-merge" so the
back-merge PR self-merges once checks pass.