Clarify release notes slightly

Clarify a few things I had to think through more than I should have during the release process
This commit is contained in:
Jeff Widman
2022-11-02 15:56:23 -07:00
parent 47f7a65c97
commit bc97c90bca

View File

@@ -197,7 +197,9 @@ jobs:
```bash ```bash
gh pr create --title "v1.X.X Release Notes" --body "https://github.com/dependabot/fetch-metadata/releases/tag/untagged-XXXXXX" 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 - Update the `v1` tracking tag to point to the new version
```bash ```bash
git fetch --all --tags git fetch --all --tags