Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 563 Bytes

nginx

Releasing

  1. Run git pull on master branch.
  2. Run git status on master branch and check your repo is clean.
  3. Run tests or manually test before publishing your release.
  4. Run ./release.sh 0.0.1 to create a release commit, tag it and push.
  5. Go to https://github.com/streamr-dev/nginx/releases and click "Draft a new release" button.
  6. Choose a tag: the tag you used when running release.sh.
  7. Target is master/main branch.
  8. Release title: v0.0.1
  9. Click "Auto-generate release notes" button.
  10. Click "Publish release" button.