Updated Deployment flow (markdown)

Christopher Anderson 2018-01-24 17:13:33 -08:00
Родитель 0ea2dbfbce
Коммит e848bee7dd
1 изменённых файлов: 1 добавлений и 1 удалений

@ -1,7 +1,7 @@
Writing this down for next time
- Feature branch -> run tests -> npm publish from branch
- Dev branch -> run tests -> npm publish --tag beta
- Dev branch -> run tests -> npm publish --tag next
- master branch -> run tests -> npm dist-tag azure-functions-pack@<version> latest
Note that we don't publish a new version for master, we just promote the previous version.