Taskfile: watch go.mod and use timestamp instead of checksum (#6885)

[skip ci]
This commit is contained in:
Joe Chen 2022-04-01 09:51:30 +08:00 committed by GitHub
parent c5549b442b
commit 6dbeb16d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,11 +28,13 @@ tasks:
BUILD_COMMIT:
sh: git rev-parse HEAD
sources:
- go.mod
- gogs.go
- internal/**/*.go
- conf/**/*
- public/**/*
- templates/**/*
method: timestamp
generate-schemadoc:
desc: Generate database schema documentation