aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-04-01 09:51:30 +0800
committerGitHub <noreply@github.com>2022-04-01 09:51:30 +0800
commit6dbeb16d219228e2b5dd8651aa0417837ae3aac6 (patch)
treed095cafcb3cd40fdfc84535b42fec9874e8f74f9 /Taskfile.yml
parentc5549b442be6278ffba2c0628274b8159b70f3c8 (diff)
Taskfile: watch go.mod and use timestamp instead of checksum (#6885)
[skip ci]
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index ca56c847..17f6e39a 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -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