-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Move the release checklist out of the README (#1391)
Part of #1360
- Loading branch information
1 parent
bc4e250
commit 97cf851
Showing
2 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Steps to release a new version | ||
|
||
1. In the [composer.json](../composer.json), update the `branch-alias` entry to | ||
point to the release _after_ the upcoming release. | ||
1. In the [CHANGELOG.md](../CHANGELOG.md), create a new section with subheadings | ||
for changes _after_ the upcoming release, set the version number for the | ||
upcoming release, and remove any empty sections. | ||
1. Update the target milestone in the Dependabot configuration. | ||
1. Create a pull request "Prepare release of version x.y.z" with those changes. | ||
1. Have the pull request reviewed and merged. | ||
1. Tag the new release. | ||
1. In the [Releases tab](https://github.com/MyIntervals/emogrifier/releases), | ||
create a new release and copy the change log entries to the new release. | ||
1. Post about the new release on social media. |