-
Update the release version locally:
- bump
package.json - update
CHANGELOG.md
- bump
-
Run local verification before tagging:
yarn install yarn build yarn test yarn test:types yarn test:browser yarn coverage yarn benchmark:ci -
Review README performance claims against
benchmarks/README.md. -
Review persistence schema changes and migration notes.
-
Confirm
docs/compatibility.mdstill matches runtime support. -
Commit the version and changelog changes to
main. -
Push
main, then create and push a matching release tag:git push origin main git tag v1.3.0 git push origin v1.3.0
The tag must match the
package.jsonversion exactly, with a leadingv. -
Confirm the tag-triggered release flow completed:
ReleaseAPI Docs, dispatched byReleasewith the release tag
-
Smoke test the published package:
npm view travels version npm pack travels --dry-run