claui / cookiecutter-vscode-extension

Cookiecutter template for generating Visual Studio Code extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `--draft` switch in shell snippet

claui opened this issue · comments

gh release create --generate-notes --prerelease "${tag}"

This needs a --draft switch added so the user has a chance to review the release before it’s submitted.

Reviewing the release is important because:

  • the GitHub-generated release notes may include unwanted noise, which the user may want to remove; and

  • the user may want to change their mind about the --prerelease switch.

Closed via #35.