build: add git plugin to sematic-release config file

This commit is contained in:
2021-04-08 21:31:46 +00:00
parent ac8c039b33
commit b9ad4e8ec1

View File

@@ -4,6 +4,7 @@ plugins:
- - "@semantic-release/changelog"
- changelogFile: CHANGELOG.md
- "@semantic-release/gitlab"
- "@semantic-release/git"
branches:
- "master"
- "+([0-9])?(.{+([0-9]),x}).x"