Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Deployment flow

Christopher Anderson edited this page Jan 31, 2018 · 3 revisions

Writing this down for next time

  • Feature branch -> run tests
  • Dev branch -> run tests -> npm publish --tag next
    • verify with npm dist-tag ls azure-functions-pack. Next should reflect your version.
  • master branch -> run tests -> npm dist-tag add azure-functions-pack@<version> latest

Note that we don't publish a new version for master, we just promote the previous version.

Clone this wiki locally