mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Added hook to create man page and include in release
This commit is contained in:
parent
329e8390bd
commit
babee3dbcd
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ version: 2
|
||||||
before:
|
before:
|
||||||
hooks:
|
hooks:
|
||||||
- go mod download
|
- go mod download
|
||||||
|
- go install github.com/cpuguy83/go-md2man/v2
|
||||||
|
- go-md2man -in README.md -out manpage.1
|
||||||
|
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=1
|
- CGO_ENABLED=1
|
||||||
|
|
@ -25,6 +28,7 @@ archives:
|
||||||
- CHANGELOG.md
|
- CHANGELOG.md
|
||||||
- README.md
|
- README.md
|
||||||
- bin/magellan.sh
|
- bin/magellan.sh
|
||||||
|
- magellan.1
|
||||||
dockers:
|
dockers:
|
||||||
-
|
-
|
||||||
image_templates:
|
image_templates:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue