- Ensure the branch builds
- Update src/version.sh
- Commit src/version.sh
git tag vX.Y.Z
git archive vX.Y.Z --prefix inspircd/ | bzip2 > InspIRCd-X.Y.Z.tar.bz2
- Upload the tarball to GitHub
- Generate a changelog for the website using
git shortlog --no-merges --pretty=short vX.Y.Z
- Create a new post on the website using
rake post
- Commit the new post
- Update topic in #InspIRCd
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.