Skip to content

streamr-dev/nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.