Skip to content

Commit

Permalink
Merge pull request #72 from theohbrothers/enhancement/generate-improv…
Browse files Browse the repository at this point in the history
…e-clarity-of-default-value-for-release_tag_ref

Enhancement (generate): Improve clarity of default value for `RELEASE_TAG_REF` in `.vscode/tasks.json`
  • Loading branch information
joeltimothyoh authored May 20, 2024
2 parents 403b810 + 3a8fbac commit 4d65f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": "RELEASE_TAG_REF",
"description": "RELEASE_TAG_REF?",
"type": "promptString",
"default": "vx.x.x",
"default": "vx.x.x | branch | HEAD | remote/branch | commit-hash",
},
{
"id": "RELEASE_NOTES_VARIANT",
Expand Down

0 comments on commit 4d65f3d

Please sign in to comment.