Skip to content

Commit

Permalink
Clarify release notes slightly
Browse files Browse the repository at this point in the history
Clarify a few things I had to think through more than I should have during the release process
  • Loading branch information
jeffwidman committed Nov 2, 2022
1 parent 47f7a65 commit bc97c90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc97c90

Please sign in to comment.