Skip to content
steveoh edited this page Jul 25, 2018 · 8 revisions

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

Releasing

  1. Bump Config.daml and package.json version
  2. Run conventional-changelog -p angular -i CHANGELOG.md -s
  3. Commit changes release: x.x.x
  4. Push to github
  5. Create release on github
  6. Come up with release name Adjective + Dog
  7. Run a release build
  8. Copy /bin/Release/uic-addin.esriAddinX to the release assets
  9. Mark as pre-release if using the -beta.x
Clone this wiki locally