|
5 | 5 | version: 2 |
6 | 6 |
|
7 | 7 | before: |
8 | | - hooks: |
9 | | - - make test |
| 8 | + hooks: |
| 9 | + - make test |
10 | 10 | changelog: |
11 | | - sort: asc |
12 | | - filters: |
13 | | - exclude: |
14 | | - - '^.github:' |
15 | | - - '^.vscode:' |
16 | | - - '^test:' |
| 11 | + sort: asc |
| 12 | + filters: |
| 13 | + exclude: |
| 14 | + - '^.github:' |
| 15 | + - '^.vscode:' |
| 16 | + - '^test:' |
17 | 17 |
|
18 | 18 | # --------------------------- |
19 | 19 | # Builder |
20 | 20 | # --------------------------- |
21 | 21 | builds: |
22 | | - - env: |
23 | | - - CGO_ENABLED=0 |
24 | | - goos: |
25 | | - - linux |
26 | | - - windows |
27 | | - - darwin |
28 | | - skip: true |
| 22 | + - env: |
| 23 | + - CGO_ENABLED=0 |
| 24 | + goos: |
| 25 | + - linux |
| 26 | + - windows |
| 27 | + - darwin |
| 28 | + skip: true |
29 | 29 |
|
30 | 30 | # --------------------------- |
31 | 31 | # Github Release |
32 | 32 | # --------------------------- |
33 | 33 | release: |
34 | | - prerelease: "false" |
35 | | - name_template: "Release v{{.Version}}" |
| 34 | + prerelease: "false" |
| 35 | + name_template: "Release v{{.Version}}" |
36 | 36 |
|
37 | 37 | # --------------------------- |
38 | 38 | # Announce |
39 | 39 | # --------------------------- |
40 | 40 | announce: |
41 | 41 |
|
42 | | - # See more at: https://goreleaser.com/customization/announce/#slack |
43 | | - slack: |
44 | | - enabled: false |
45 | | - message_template: '{{ .ProjectName }} {{ .Tag }} is out! Changelog: https://github.com/bsv-blockchain/{{ .ProjectName }}/releases/tag/{{ .Tag }}' |
46 | | - channel: '#test_slack' |
47 | | - # username: '' |
48 | | - # icon_emoji: '' |
49 | | - # icon_url: '' |
| 42 | + # See more at: https://goreleaser.com/customization/announce/#slack |
| 43 | + slack: |
| 44 | + enabled: false |
| 45 | + message_template: '{{ .ProjectName }} {{ .Tag }} is out! Changelog: https://github.com/bsv-blockchain/{{ .ProjectName }}/releases/tag/{{ .Tag }}' |
| 46 | + channel: '#test_slack' |
| 47 | + # username: '' |
| 48 | + # icon_emoji: '' |
| 49 | + # icon_url: '' |
50 | 50 |
|
51 | | - # See more at: https://goreleaser.com/customization/announce/#twitter |
52 | | - twitter: |
53 | | - enabled: false |
54 | | - message_template: '{{ .ProjectName }} {{ .Tag }} is out!' |
| 51 | + # See more at: https://goreleaser.com/customization/announce/#twitter |
| 52 | + twitter: |
| 53 | + enabled: false |
| 54 | + message_template: '{{ .ProjectName }} {{ .Tag }} is out!' |
55 | 55 |
|
56 | | - # See more at: https://goreleaser.com/customization/announce/#discord |
57 | | - discord: |
58 | | - enabled: false |
59 | | - message_template: '{{ .ProjectName }} {{ .Tag }} is out!' |
60 | | - # Defaults to `GoReleaser` |
61 | | - author: '' |
62 | | - # Defaults to `3888754` - the grey-ish from goreleaser |
63 | | - color: '' |
64 | | - # Defaults to `https://goreleaser.com/static/avatar.png` |
65 | | - icon_url: '' |
| 56 | + # See more at: https://goreleaser.com/customization/announce/#discord |
| 57 | + discord: |
| 58 | + enabled: false |
| 59 | + message_template: '{{ .ProjectName }} {{ .Tag }} is out!' |
| 60 | + # Defaults to `GoReleaser` |
| 61 | + author: '' |
| 62 | + # Defaults to `3888754` - the grey-ish from goreleaser |
| 63 | + color: '' |
| 64 | + # Defaults to `https://goreleaser.com/static/avatar.png` |
| 65 | + icon_url: '' |
66 | 66 |
|
67 | | - # See more at: https://goreleaser.com/customization/announce/#reddit |
68 | | - reddit: |
69 | | - enabled: false |
70 | | - # Application ID for Reddit Application |
71 | | - application_id: "" |
72 | | - # Username for your Reddit account |
73 | | - username: "" |
74 | | - # Defaults to `{{ .GitURL }}/releases/tag/{{ .Tag }}` |
75 | | - # url_template: 'https://github.com/bsv-blockchain/{{ .ProjectName }}/releases/tag/{{ .Tag }}' |
76 | | - # Defaults to `{{ .ProjectName }} {{ .Tag }} is out!` |
77 | | - title_template: '{{ .ProjectName }} {{ .Tag }} is out!' |
| 67 | + # See more at: https://goreleaser.com/customization/announce/#reddit |
| 68 | + reddit: |
| 69 | + enabled: false |
| 70 | + # Application ID for Reddit Application |
| 71 | + application_id: "" |
| 72 | + # Username for your Reddit account |
| 73 | + username: "" |
| 74 | + # Defaults to `{{ .GitURL }}/releases/tag/{{ .Tag }}` |
| 75 | + # url_template: 'https://github.com/bsv-blockchain/{{ .ProjectName }}/releases/tag/{{ .Tag }}' |
| 76 | + # Defaults to `{{ .ProjectName }} {{ .Tag }} is out!` |
| 77 | + title_template: '{{ .ProjectName }} {{ .Tag }} is out!' |
0 commit comments