Skip to content

Commit c6ecd4e

Browse files
committed
Move outdated deploy docs to deploy repo
1 parent f3d8808 commit c6ecd4e

File tree

2 files changed

+1
-221
lines changed

2 files changed

+1
-221
lines changed

docs/process/releasing-updates.md

Lines changed: 0 additions & 220 deletions
This file was deleted.

script/draft-release/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function printInstructions(nextVersion: string, entries: Array<string>) {
8585
'Revise the release notes according to https://github.com/desktop/desktop/blob/development/docs/process/writing-release-notes.md',
8686
'Lint them with: yarn draft-release:format',
8787
'Commit these changes (on a "release" branch) and push them to GitHub',
88-
'Read this to perform the release: https://github.com/desktop/desktop/blob/development/docs/process/releasing-updates.md',
88+
'See the deploy repo for details on performing the release: https://github.com/desktop/deploy',
8989
]
9090
// if an empty list, we assume the new entries have already been
9191
// written to the changelog file

0 commit comments

Comments
 (0)