5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 11:10:47 +08:00
wails/Taskfile.yaml
Lea Anthony ba6b28b3c2
v2.5.0
2023-05-13 14:18:06 +10:00

25 lines
393 B
YAML

# https://taskfile.dev
version: "3"
vars:
GREETING: Hello, World!
tasks:
contributors:check:
cmds:
- npx -y all-contributors-cli check
contributors:update:
cmds:
- go run v3/tasks/contribs/main.go
contributors:build:
cmds:
- npx -y all-contributors-cli generate
release:
dir: v2/tools/release
cmds:
- go run release.go {{.CLI_ARGS}}