-
Notifications
You must be signed in to change notification settings - Fork 148
Doing a release
Quentin Vandekerckhove edited this page Jan 11, 2019
·
3 revisions
- Create a github issues milestone for the version you're releasing and add all issues to it that are being released
- Create an issue in that milestone for doing the release itself
- Wait for all issues in the milestone to be closed
- Make sure the feature contains all the plugins that are being released
- Make the release build thanks to the releasing instructions
- Create a new post in
_posts
directory of thegh-pages
branch for the version you're releasing, giving basic release notes, new features, bugs fixed, etc. - Commit the changes to the
gh-pages
branch, usingFixes #XX
whereXX
is the issue number of the issue created in step 2 above, and push togh-pages
- You should find that the milestone has now been automatically closed as all issues were closed.