v0.7.1
Immutable
release. Only release title and notes can be modified.
Fixed
- Publish pipeline targets GitHub Packages and actually works. The publish workflow had three pre-existing bugs preventing publication on every release since v0.4.0: (1) called
npm run type-checkbut the script is namedtypecheck; (2) targetedhttps://registry.npmjs.orginstead of GitHub Packages; (3) usedNPM_TOKENsecret (never provisioned) instead of the auto-issuedGITHUB_TOKEN. Workflow now points athttps://npm.pkg.github.com, authenticates withGITHUB_TOKEN, declarespackages: writepermission, and uses the correct script name.workflow_dispatchtrigger added so future republish runs can fire without a master push. package.jsonconfigured for publishing. Name scoped to@studnicky/squashage(GitHub Packages requires scoped names).private: trueremoved. NewpublishConfig.registry: https://npm.pkg.github.com,publishConfig.access: public,repository,bugs,homepage, andfilesfields added.fileslimits the publish tarball todist/,README.md,LICENSE,CHANGELOG.md. Consumers import as@studnicky/squashagefrom GitHub Packages registry.