summaryrefslogtreecommitdiff
path: root/.goreleaser.yml
diff options
context:
space:
mode:
authorMohammed Al Sahaf <msaa1990@gmail.com>2020-04-03 01:44:44 +0300
committerGitHub <noreply@github.com>2020-04-02 16:44:44 -0600
commitfdfe2ae53b1adde4704a87e894c7d406bc8c345b (patch)
tree9af3d0baa50ba7c2e2037017b4065610b2440827 /.goreleaser.yml
parent1c190b001b95e57d21dc63c01ae3c6de2a3fec57 (diff)
chore: ci: fix release action script (#3216)
* chore: ci: fixing the step name that captures the pushed tag * chrore: ci: exclude commits prefixed with `ci:` from changelog
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index c87ba6b..0629654 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -60,6 +60,7 @@ changelog:
sort: asc
filters:
exclude:
+ - '^ci:'
- '^docs:'
- '^test:'
- '^chore:'