3
Deployment flow
Christopher Anderson редактировал(а) эту страницу 2018-01-31 14:16:52 -08:00
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.
- verify with
- 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.