This guide outlines how to release Idiomorph, focusing on the steps to take to prepare a release, how to publish it, and other release concerns.
npm run test:ci- Update the version number in package.json
npm installnpm run dist- Update the documented gzipped filesize and version number in README.md
- Update CHANGELOG.md
- Update ROADMAP.md
git add . && git commit -m"Release vX.Y.Z"git tag vX.Y.Zgit push origin main --tagsnpm publish- Update the Github Releases page: https://github.com/bigskysoftware/idiomorph/releases
- Make announcement on the htmx Discord in the #idiomorph and #announcements channels