Use before tagging v0.1.0-RC1 (or subsequent RCs/releases).
- Clean tree on the agreed branch (
feature/v0.1.0-RC1ormainper team process). -
npm cion Node 22.14.x. -
npm run ci(full test suite). - Confirm native modules build on a fresh Linux image if you ship to production servers.
- Update CHANGELOG.md with version, date, breaking vs additive notes.
- Bump version in
package.json. - Downstream: bump
@fabric/corereferences in fabric-http and hub.fabric.pub; run theirnpm run ci. Hub requiresfunctions/publishedDocumentEnvelopefor document/payment binding. - Tag and push:
git tag -a v0.1.0-RC1 -m "…". - Publish npm
@fabric/corewhen ready, or document Git install ref for integrators.