mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
Prepare for upcoming extension release (#1088)
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
Task now has an [official extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=task.vscode-task) contributed by @pd93! :tada: The extension is maintained in a [new repository](https://github.com/go-task/vscode-task) under the `go-task` organization. We're looking to gather feedback from the community so please give it a go and let us know what you think via a [discussion](https://github.com/go-task/vscode-task/discussions), [issue](https://github.com/go-task/vscode-task/issues) or on our [Discord](https://discord.gg/6TY36E39UK)!
|
||||||
|
|
||||||
|
> **NOTE:**
|
||||||
|
> The extension _requires_ v3.23.0 to be installed in order to work.
|
||||||
|
|
||||||
- The website was integrated with
|
- The website was integrated with
|
||||||
[Crowdin](https://crowdin.com/project/taskfile) to allow the community to
|
[Crowdin](https://crowdin.com/project/taskfile) to allow the community to
|
||||||
contribute with translations! [Chinese](https://taskfile.dev/zh-Hans/) is the
|
contribute with translations! [Chinese](https://taskfile.dev/zh-Hans/) is the
|
||||||
|
@@ -21,11 +21,7 @@ tasks:
|
|||||||
sources:
|
sources:
|
||||||
- './**/*.go'
|
- './**/*.go'
|
||||||
cmds:
|
cmds:
|
||||||
- go install -v -ldflags="-w -s -X '{{.VERSION_VAR}}={{.GIT_COMMIT}}'" ./cmd/task
|
- go install -v ./cmd/task
|
||||||
vars:
|
|
||||||
VERSION_VAR: github.com/go-task/task/v3/internal/version.version
|
|
||||||
GIT_COMMIT:
|
|
||||||
sh: git log -n 1 --format=%h
|
|
||||||
|
|
||||||
generate:
|
generate:
|
||||||
desc: Runs Go generate to create mocks
|
desc: Runs Go generate to create mocks
|
||||||
|
Reference in New Issue
Block a user