diff options
| author | nytpu <alex@nytpu.com> | 2021-05-11 11:19:37 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-11 11:23:28 -0600 |
| commit | 5aa80302af2aa31b63c51f5e020b8464ab635ff2 (patch) | |
| tree | b741b6b54a68881508a15b0fca70371508260ad6 /.goreleaser.yml | |
| parent | 4d23da8c389d210c5d067fdbcb28d6875797e9e6 (diff) | |
add localization generation and add to build system
Diffstat (limited to '.goreleaser.yml')
| -rw-r--r-- | .goreleaser.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 10581aa..8207933 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ before: hooks: + - go generate ./... - scdoc < doc/comitium.1.scd > dist/comitum.1 - mv dist/comitium.1 /home/alex/projects/gemini.nytpu.com/releases/comitium/{{ .Version }} builds: |
