https://github.com/streamr-dev/nginx
nginx
https://github.com/streamr-dev/nginx
Last synced: 3 months ago
JSON representation
nginx
- Host: GitHub
- URL: https://github.com/streamr-dev/nginx
- Owner: streamr-dev
- Created: 2021-03-29T10:36:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T05:30:13.000Z (12 months ago)
- Last Synced: 2025-03-16T03:45:44.459Z (3 months ago)
- Language: Shell
- Size: 87.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx
## Releasing
1. Run `git pull` on `master` branch.
1. Run `git status` on `master` branch and check your repo is clean.
1. Run tests or manually test before publishing your release.
1. Run `./release.sh 0.0.1` to create a release commit, tag it and push.
1. Go to https://github.com/streamr-dev/nginx/releases and click "Draft a new
release" button.
1. Choose a tag: the tag you used when running `release.sh`.
1. Target is master/main branch.
1. Release title: v0.0.1
1. Click "Auto-generate release notes" button.
1. Click "Publish release" button.