forked from pool/golang-github-cpuguy83-go-md2man
52665f3d89
- Update to version 2.0.0+git20190314.f79a8a8: * Psych, we only support go.11 and higher * Update readme * Use go modules and set import paths to /v2 * Improvements to makefile * Use TRAVIS_GO_VERSION env var instead of matrix * Use golangci-lint * Update travis config for go versions * Don't run vendor validation in CI * Fix the example and typo * Fix links processing for v2 * RenderNode: fix error printing * Fix table parsing/processing for v2 * Fix list in list embedding * Update md2man to use blackfriday v2 API * Update vendoring to blackfriday v2 API * remove older versions of go from travis config * fix validate vendor script * More linters * Add errcheck to metalinter * Fix linting issues * set vendor check to executable * Add travis config * remove used processFooterText * Fix falal -> fatalf * Add TitleBlock test * gofmt roff.go * Update README details * Improve rendering of nested lists * dep ensure -upgrade to get v1.5 of blackfriday OBS-URL: https://build.opensuse.org/request/show/770234 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=16
18 lines
619 B
Plaintext
18 lines
619 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/cpuguy83/go-md2man</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">2.0.0+git%cd.%h</param>
|
|
<param name="revision">v2.0.0</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">go-md2man-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">go-md2man</param>
|
|
</service>
|
|
</services>
|