title | layout |
---|---|
Release Procedure |
default |
vX.Y.P denotes the previous version, vX.Y.Z denotes the new version.
- Ensure the branch builds
- Update src/version.sh
- Commit src/version.sh
git tag vX.Y.Z
git push --tags
- Make a release on the GitHub page.
- Generate a changelog for the website using
git shortlog --no-merges --pretty=short vX.Y.P..vX.Y.Z
- Create a new post on the website using
rake post
- Commit the new post
- Update topic in #InspIRCd