-
-
Notifications
You must be signed in to change notification settings - Fork 65
Releasing
Gaute Hope edited this page Nov 15, 2017
·
7 revisions
- Make sure all stable PRs scheduled for the release are merged
- Bump version in CMakeLists.txt
- cmake release -D...
- cd release && ninja test
- date the release in History.txt and make a release commit "Relase X.Y"
- git tag -s vX.Y # include changes in comment
- merge
master
intorelease
branch
- git push
- git push --tags vX.Y
- Send annoucement email to: [email protected] and [email protected], including:
- general description
- main new features with link to full changelist
- link to download page
- Update irc topic
- Update Arch Linux package (possibly others..)