From 6dbeb16d219228e2b5dd8651aa0417837ae3aac6 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Fri, 1 Apr 2022 09:51:30 +0800 Subject: [PATCH] Taskfile: watch go.mod and use timestamp instead of checksum (#6885) [skip ci] --- Taskfile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index ca56c8474..17f6e39ae 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