mirror of
https://github.com/gogs/gogs.git
synced 2026-06-18 15:41:19 +02:00
Taskfile: watch go.mod and use timestamp instead of checksum (#6885)
[skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user