Skip to content

Commit

Permalink
Enhancement (generate): Improve clarity of default value for `RELEASE…
Browse files Browse the repository at this point in the history
…_TAG_REF` in `.vscode/tasks.json`
  • Loading branch information
joeltimothyoh committed May 20, 2024
1 parent 403b810 commit 3a8fbac
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 3a8fbac

Please sign in to comment.