Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #3025: Add more steps to release notes. #3031

Merged
merged 1 commit into from
Apr 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions procedures/docs/create-release-bug-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ Steps to create a BUG-FIX release
- [ ] Create the next bugfix milestone (assign to quicksketch / serundeputy / jenlampton)
- [ ] Move all unfinished issues to the next bugfix release milestone (assign to quicksketch / serundeputy / jenlampton)
- [ ] Draft Release notes (assign to serundeputy / quicksketch / jenlampton)
- [ ] Short, descriptive summary of the release
- [ ] Note if any changes were made to files outside the `core` directory
- [ ] Note if updates (update.php) needs to be run
- [ ] Include changelog since last version (generated with drush rn)
- If this is a security release:
- [ ] Draft Security Advisory (assign to serundeputy / quicksketch / jenlampton)

Expand Down
3 changes: 3 additions & 0 deletions procedures/docs/create-release-major.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ Steps to create a MAJOR release
- [ ] Create the next minor milestone (assign to quicksketch / serundeputy / jenlampton)
- [ ] Move all unfinished issues to the next major release milestone (assign to quicksketch / serundeputy / jenlampton)
- [ ] Draft Release notes (assign to serundeputy / quicksketch / jenlampton)
- [ ] Short, descriptive summary of the release
- [ ] Note if any changes were made to files outside the `core` directory
- [ ] Note if updates (update.php) needs to be run
- [ ] Include changelog since last version (generated with drush rn)
- [ ] Draft blog post (assign to tomgrandy / klonos / jenlampton / quicksketch)
- [ ] Draft a newsletter via MailChimp (assign to facetinteractive / tomgrandy / jenlampton)

Expand Down
3 changes: 3 additions & 0 deletions procedures/docs/create-release-minor.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ DRAFT Steps to create a MINOR release
- [ ] Merge commits (assign to quicksketch / serundeputy / docwilmot)
- [ ] Move all unfinished issues to the next bugfix release milestone @quicksketch, @serundeputy
- [ ] Draft Release notes (assign to serundeputy / quicksketch / jenlampton)
- [ ] Short, descriptive summary of the release
- [ ] Note if any changes were made to files outside the `core` directory
- [ ] Note if updates (update.php) needs to be run
- [ ] Include changelog since last version (generated with drush rn)


## Release tasks
Expand Down