Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 699 Bytes

File metadata and controls

19 lines (16 loc) · 699 Bytes

Idiomorph Release Guide

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.

Steps

  1. npm run test:ci
  2. Update the version number in package.json
  3. npm install
  4. npm run dist
  5. Update the documented gzipped filesize and version number in README.md
  6. Update CHANGELOG.md
  7. Update ROADMAP.md
  8. git add . && git commit -m"Release vX.Y.Z"
  9. git tag vX.Y.Z
  10. git push origin main --tags
  11. npm publish
  12. Update the Github Releases page: https://github.com/bigskysoftware/idiomorph/releases
  13. Make announcement on the htmx Discord in the #idiomorph and #announcements channels