mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user