Skip to content

Commit

Permalink
Enhancement (development): Standardize default value for environment …
Browse files Browse the repository at this point in the history
…variable `RELEASE_NAME` in `.vscode/tasks.json`
  • Loading branch information
joeltimothyoh committed May 31, 2024
1 parent e238cd8 commit 04f662c
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 04f662c

Please sign in to comment.