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
This commit is contained in:
Mohammed Al Sahaf 2020-04-03 01:44:44 +03:00 committed by GitHub
parent 1c190b001b
commit fdfe2ae53b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -60,6 +60,7 @@ changelog:
sort: asc
filters:
exclude:
- '^ci:'
- '^docs:'
- '^test:'
- '^chore:'