mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-05-22 10:15:43 +02:00
Add script to preview release notes
This commit is contained in:
Executable
+9
@@ -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 -
|
||||
Reference in New Issue
Block a user