mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
13 lines
478 B
Markdown
13 lines
478 B
Markdown
Steps for making a release of Cyclone:
|
|
|
|
- Prepare release notes
|
|
- Update release number in:
|
|
- `common.sld` and rebuild bootstrap source files
|
|
- `DEBIAN/control` in cyclone-bootstrap
|
|
- `.github/workflows/Release.yml` job in cyclone-bootstrap
|
|
- Update documentation, if applicable
|
|
- Tag releases and push to Github
|
|
- Upload release notes to `gh-pages` branch
|
|
- Update release on AUR
|
|
- Update release on Homebrew (automated)
|
|
- Update release on Dockerhub (push to bitbucket)
|