We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mdtopdf
1 parent 7e6ea14 commit 3fc7f10Copy full SHA for 3fc7f10
.goreleaser.yaml
@@ -1,6 +1,7 @@
1
---
2
# This is an example .goreleaser.yml file with some sensible defaults.
3
# Make sure to check the documentation at https://goreleaser.com
4
+project_name: mdtopdf
5
before:
6
hooks:
7
- git submodule update --remote --init
@@ -53,7 +54,7 @@ nfpms:
53
54
- package_name: mdtopdf
55
- file_name_template: "{{ .ConventionalFileName }}"
56
id: packages
- homepage: https://github.com/solworktech/mdtopdf
57
+ homepage: https://github.com/solworktech/md2pdf
58
description: |-
59
Markdown to PDF converter
60
A CLI utility which, as the name implies, generates PDF from Markdown.
0 commit comments