Skip to content
steveoh edited this page Jul 24, 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 -r 0

Releasing

  1. Update Config.daml version
  2. Run conventional-changelog command
  3. Commit changes
  4. Generate release on github
  5. Come up with release name
  6. Run a release build
  7. Copy /bin/Release/uic-addin.esriAddinX to the release assets
  8. Mark as pre-release if using the -beta.x
Clone this wiki locally