Skip to content
steveoh edited this page Oct 25, 2019 · 8 revisions

Releasing

  1. Bump Config.daml and package.json version
  2. Run conventional-changelog -p angular -i CHANGELOG.md -s
  3. Commit changes chore(release): x.x.x
  4. Tag it git tag x.x.x
  5. Push to github
  6. Create release on github
  7. Come up with release name Adjective + Dog
  8. Paste in change log
  9. Run a release build
  10. Copy /bin/Release/uic-addin.esriAddinX to the release assets
  11. Mark as pre-release if using the -beta.x

Important References

NAICS Index Download

Release Naming Convention

Adjective + Dog

Creating a Changelog

conventional changelog

npm install -g conventional-changelog-cli
conventional-changelog -p angular -i CHANGELOG.md -s

Clone this wiki locally