jesseduffield.lazygit/scripts/preview_release_notes.sh
2026-05-21 09:23:25 +02:00

10 lines
247 B
Bash
Executable file

#!/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 -