Pod v1.0.2
Patch Changes
-
91e5691: Two release-plumbing fixes:
- Auto-deploy to the demo. New
.github/workflows/deploy.ymluses the officialTryGhost/action-deploy-theme@v2to upload + activate the theme onpod.magicpages.cowhenever a stable release is published. Requires thePOD_GHOST_ADMIN_API_KEYrepository secret. - Release notes now populate the GitHub Release body.
scripts/release.mjs's CHANGELOG extract regex now matches both## [1.0.0](Keep-a-Changelog, hand-written) and## 1.0.1(Changesets output), so## 1.0.1's section lands in the Release body instead of the "See CHANGELOG.md for details" fallback.
- Auto-deploy to the demo. New