From 3a8fbac23ecd3b51dcff4ddb5d7b791aa5454d09 Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Mon, 20 May 2024 17:02:51 +0000 Subject: [PATCH] Enhancement (generate): Improve clarity of default value for `RELEASE_TAG_REF` in `.vscode/tasks.json` --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 71f2687..b61ae61 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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",