mirror of
https://github.com/go-task/task.git
synced 2026-07-01 16:44:34 +00:00
Improve release process and testing automatic release on new tag using Travis
This commit is contained in:
@@ -39,16 +39,10 @@ tasks:
|
||||
cmds:
|
||||
- go test {{.GO_PACKAGES}}
|
||||
|
||||
# https://github.com/goreleaser/goreleaser
|
||||
release:
|
||||
desc: Release Task
|
||||
cmds:
|
||||
- goreleaser
|
||||
|
||||
test-release:
|
||||
desc: Tests release process without publishing
|
||||
cmds:
|
||||
- goreleaser --snapshot
|
||||
- goreleaser --snapshot --rm-dist
|
||||
|
||||
todo:
|
||||
desc: Prints TODO comments present in the code
|
||||
|
||||
Reference in New Issue
Block a user