From bc97c90bca3d4d2899f64bb63cf39be19d960282 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 2 Nov 2022 15:56:23 -0700 Subject: [PATCH] Clarify release notes slightly Clarify a few things I had to think through more than I should have during the release process --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01190478..d8ce1a6a 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,9 @@ jobs: ```bash gh pr create --title "v1.X.X Release Notes" --body "https://github.com/dependabot/fetch-metadata/releases/tag/untagged-XXXXXX" ``` - - Get the PR reviewed, merge it and publish the release + - Copy the release notes from the draft release to the PR description. This is optional, but looks much nicer than a bare URL. + - Merge the PR after getting it reviewed + - Publish the draft release found at https://github.com/dependabot/fetch-metadata/releases/tag/untagged-XXXXXX - Update the `v1` tracking tag to point to the new version ```bash git fetch --all --tags