mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: add command line to generate PR fixed for a given milestone
add example of command line I used that is matching the release notes format to display PR being fixed Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
ced8593634
commit
d3700e739b
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ You can generate "draft" release notes by using the [release notes workflow](htt
|
|||
|
||||
1. Use an [example template](#release-notes-template) for the release notes.
|
||||
1. Create a PR to the blog folder of the website using the file format: `website/blog/2023-07-12-release-0.13.md`
|
||||
1. Example of request when using `gh` cli tool for 1.9.0 milestone: `gh pr list --limit 300 --repo "containers/podman-desktop" --search "state:closed milestone:1.9.0" --json title,number,url --template '{{range .}}- {{.title}} [#{{.number}}]({{.url}}){{"\n"}}{{end}}'`
|
||||
1. Add any images to the `website/img/podman-desktop-release-0.13` folder.
|
||||
1. Ping the respective docs maintainers for a review before merging.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue