move generation

This commit is contained in:
Samuel Lorch 2021-09-09 16:08:08 +02:00
parent 7c34ea9900
commit d85d2b967a

View file

@ -1,4 +1,14 @@
project_name: go-passbolt-cli project_name: go-passbolt-cli
before:
hooks:
- go mod tidy
- go run main.go completion bash > bash-completion
- go run main.go completion zsh > zsh-completion
- go run main.go completion fish > fish-completion
- mkdir man
- go run main.go gendoc --type man
checksum:
name_template: 'checksums.txt'
builds: builds:
- env: [CGO_ENABLED=0] - env: [CGO_ENABLED=0]
goos: goos:
@ -9,14 +19,6 @@ builds:
- amd64 - amd64
- arm64 - arm64
binary: passbolt binary: passbolt
hooks:
pre: |
go run main.go completion bash > bash-completion
go run main.go completion zsh > zsh-completion
go run main.go completion fish > fish-completion
mkdir man
go run main.go gendoc --type man
ls
archives: archives:
- replacements: - replacements:
darwin: Darwin darwin: Darwin