Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 705 Bytes

Release-Procedure.md

File metadata and controls

18 lines (16 loc) · 705 Bytes
title layout
Release Procedure
default

To make a new release:

vX.Y.P denotes the previous version, vX.Y.Z denotes the new version.

  1. Ensure the branch builds
  2. Update src/version.sh
  3. Commit src/version.sh
  4. git tag vX.Y.Z
  5. git push --tags
  6. Make a release on the GitHub page.
  7. Generate a changelog for the website using git shortlog --no-merges --pretty=short vX.Y.P..vX.Y.Z
  8. Create a new post on the website using rake post
  9. Commit the new post
  10. Update topic in #InspIRCd