Release/v2.4.0 (#2470)

* Release v2.4.0

* Add docs
This commit is contained in:
Lea Anthony 2023-03-08 23:27:23 +11:00 committed by GitHub
commit ebc14debdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1141 changed files with 13305 additions and 54877 deletions

24
Taskfile.yaml Normal file
View file

@ -0,0 +1,24 @@
# https://taskfile.dev
version: '3'
vars:
GREETING: Hello, World!
tasks:
check-contributors:
cmds:
- npx -y all-contributors-cli check
update-contributors:
cmds:
- go run v3/tasks/contribs/main.go
build-contributors:
cmds:
- npx -y all-contributors-cli generate
release:
dir: v2/tools/release
cmds:
- go run release.go