aboutsummaryrefslogtreecommitdiff
path: root/.goreleaser.yml
blob: f2221ede2e3762b8be980804aa6cde867257741d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
project_name: html2md

archives:
  - format: tar.gz
    wrap_in_directory: true
    format_overrides:
      - goos: windows
        format: zip
    # remove README and LICENSE
    files:
      - none*

builds:
  - env: [CGO_ENABLED=0]
    goos:
      - linux
      - windows
      - darwin
    goarch:
      - amd64
      - arm64

nfpms:
- maintainer: Tong Sun <[email protected]>
  description: HTML to Markdown converter
  homepage: https://github.com/suntong/html2md
  license: MIT
  formats:
  - deb
  - rpm
  - apk