mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Add script to preview release notes
This commit is contained in:
parent
c493503620
commit
16e6d08281
9
scripts/preview_release_notes.sh
Executable file
9
scripts/preview_release_notes.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Preview the release notes that would be generated if we were to create a
|
||||
# release now.
|
||||
|
||||
gh api -X POST /repos/jesseduffield/lazygit/releases/generate-notes \
|
||||
-f tag_name=v0.99.0 \
|
||||
-f target_commitish=master \
|
||||
-q .body | code -
|
||||
Loading…
Reference in a new issue