Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 405 Bytes

RELEASE.md

File metadata and controls

13 lines (7 loc) · 405 Bytes

How to release flyback

  1. Increment version yarn release or yarn release -r 3.0.0 to release specific version

  2. Build flyback yarn build

  3. Go to dist cd dist

  4. Publish git push --follow-tags origin master && npm publish

  5. Build docker image: cd docker && docker build -t gzaripov/flyback:3.0.0 -f Dockerfile .

  6. Publish docker image to hub docker push gzaripov/flyback:3.0.0