Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 562 Bytes

RELEASE-INSTRUCTIONS.md

File metadata and controls

8 lines (7 loc) · 562 Bytes

Instruction for releasing a new version of Tangy Form

  1. Merge all changes into master branch.
  2. Ensure CHANGELOG.md is complete.
  3. Run npm version major, npm version minor, or npm version patch depending on what kind of version change this is. This command will make a commit and tag named after the incremented version.
  4. git push origin master && git push origin --tag
  5. Draft a new release on Github of the same tag name using that tag. Use the CHANGELOG notes.
  6. Ensure the github action successfully built and published the npm package.