3.52.8
(fix): Update generated CI workflow to publish older patch versions with --tag backport
instead of the default latest tag. When publishing a version older than the current
latest on npm (e.g. v1.3.2 after v1.4.0), the publish step now compares against
npm’s current latest using semver and uses --tag backport to avoid moving the
latest pointer backwards.
3.52.7
(fix): Disable commit signing and skip hooks for the throwaway git commit in
deleteGitIgnoredFiles to avoid triggering prompts (e.g. Touch ID on
macOS, 1Password SSH agent) during local generation.