diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 8bfd2f8..2caa5a1 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ "label": "go: build workspace", "command": "build", "options": { - "env": { + "env": { "CGO_ENABLED": "0" }, "cwd": "${workspaceFolder}/bin", @@ -18,7 +18,6 @@ "$go" ], "group": "build", - }, { "type": "go", @@ -81,6 +80,12 @@ "kind": "test", "isDefault": false } + }, + { + "type": "shell", + "label": "Make Release", + "problemMatcher": [], + "command": "sh ${workspaceFolder}/make_release.sh", } ] } \ No newline at end of file