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: BUILD_COMMIT:
sh: git rev-parse HEAD sh: git rev-parse HEAD
sources: sources:
- go.mod
- gogs.go - gogs.go
- internal/**/*.go - internal/**/*.go
- conf/**/* - conf/**/*
- public/**/* - public/**/*
- templates/**/* - templates/**/*
method: timestamp
generate-schemadoc: generate-schemadoc:
desc: Generate database schema documentation desc: Generate database schema documentation