Skip to content

Tags: everettmorgan/retry

Tags

v2.0.0

Toggle v2.0.0's commit message
Fix legacy dist-tag name in README

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v1.1.0

Toggle v1.1.0's commit message
Make publish workflow idempotent and fix legacy dist-tag name

npm rejects dist-tags that parse as a semver range, so 1.x releases
now publish under "legacy" instead of "v1". The workflow also skips
publishing when the version already exists on the registry, so
re-running a release (or cutting one after a manual publish) stays
green instead of failing on a duplicate version.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>