cleanup steps

This commit is contained in:
evelyn masso 2020-02-19 09:21:19 -05:00
parent ee5732aab9
commit 950d3e2dea

View file

@ -66,11 +66,8 @@ function printInstructions(nextVersion: string, entries: Array<string>) {
object[nextVersion] = entries.sort()
const baseSteps = [
`Remove any entries of contributions that don't affect the end user`,
'Update the release notes to have user-friendly summary lines',
'For issues prefixed with [???], look at the PR to update the prefix to one of: [New], [Added], [Fixed], [Improved], [Removed]',
'Sort the entries so that the prefixes are ordered in this way: [New], [Added], [Fixed], [Improved], [Removed]',
'Commit the changes (on a "release" branch) and push them to GitHub',
'Revise the release notes according to https://github.com/desktop/desktop/blob/development/docs/process/writing-release-notes.md',
'Commit these changes (on a "release" branch) and push them to GitHub',
'Read this to perform the release: https://github.com/desktop/desktop/blob/development/docs/process/releasing-updates.md',
]
if (entries.length === 0) {