mirror of
https://github.com/linka-cloud/d2vm.git
synced 2025-12-14 23:13:13 +00:00
Makefile: add completions generation
goreleaser: fix typo, add completions to release archive Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
@@ -15,6 +15,7 @@ project_name: d2vm
|
||||
before:
|
||||
hooks:
|
||||
- go mod tidy
|
||||
- make completions
|
||||
builds:
|
||||
- main: ./cmd/d2vm
|
||||
env:
|
||||
@@ -38,9 +39,13 @@ snapshot:
|
||||
release:
|
||||
prerelease: auto
|
||||
extra_files:
|
||||
- glob: README.md
|
||||
- glob: LICENSE
|
||||
- glob: LICENCE
|
||||
- glob: pgp.pub
|
||||
archives:
|
||||
- files:
|
||||
- LICENCE
|
||||
- README.md
|
||||
- completions/*
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user