Skip to content

Commit

Permalink
Merge pull request #112 from theohbrothers/enhancement/development-st…
Browse files Browse the repository at this point in the history
…andardize-default-value-for-environment-variable-release_name-in-.vscode-tasks.json

Enhancement (development): Standardize default value for environment variable `RELEASE_NAME` in `.vscode/tasks.json`
  • Loading branch information
joeltimothyoh authored May 31, 2024
2 parents e238cd8 + 04f662c commit 4d811a5
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 @@ -73,7 +73,7 @@
"id": "RELEASE_NAME",
"description": "RELEASE_NAME?",
"type": "promptString",
"default": "vx.x.x | My release name",
"default": "My release name | vx.x.x",
},
// {
// "id": "RELEASE_NOTES_CONTENT",
Expand Down

0 comments on commit 4d811a5

Please sign in to comment.