mirror of
https://github.com/gogs/gogs.git
synced 2025-05-29 02:33:41 +00:00
Taskfile: watch go.mod and use timestamp instead of checksum (#6885)
[skip ci]
This commit is contained in:
parent
c5549b442b
commit
6dbeb16d21
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user