diff options
| author | nytpu <alex@nytpu.com> | 2021-05-11 09:28:28 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-11 11:22:17 -0600 |
| commit | c7148446a8a9d084d29a3ebb240d6c651c6e7c65 (patch) | |
| tree | e727cdef58131ee70462903f728588ffb2e15695 | |
| parent | 48eaf50c92dd44a8d74f82a2caf2c15d263963e5 (diff) | |
move man page to releases
| -rw-r--r-- | .goreleaser.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 7330b8d..10581aa 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,7 +1,7 @@ before: hooks: - scdoc < doc/comitium.1.scd > dist/comitum.1 - - echo "Don't forget to move dist/comitium.1 to the release directory" + - mv dist/comitium.1 /home/alex/projects/gemini.nytpu.com/releases/comitium/{{ .Version }} builds: - env: - CGO_ENABLED=0 @@ -41,7 +41,7 @@ builds: goarch: arm64 ldflags: - - -s -w -X golang.nytpu.com/comitium/core.Version={{.Version}} -X golang.nytpu.com/comitium/core.Commit={{.Commit}} + - -s -w -X golang.nytpu.com/comitium/core.Version={{ .Version }} -X golang.nytpu.com/comitium/core.Commit={{ .Commit }} archives: - format: binary |
