We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa247b commit 4c6038eCopy full SHA for 4c6038e
.goreleaser.yml
@@ -9,6 +9,17 @@ builds:
9
goarch:
10
- amd64
11
- 386
12
+
13
+# Changelog customization
14
+changelog:
15
+ filters:
16
+ # commit messages matching the regexp listed here will be removed from
17
+ # the changelog
18
+ # Default is empty
19
+ exclude:
20
+ - typo
21
+ - (?i)foo
22
23
# Archive customization
24
archive:
25
wrap_in_directory: true
.travis.yml
@@ -19,4 +19,4 @@ deploy:
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
- condition: $TRAVIS_OS_NAME = linux
+ condition: $TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = "1.10.1"
0 commit comments