ci(dependencies.io): put commit_message_prefix under right key

pull/165/head
Felix Becker 2017-10-20 15:58:18 -07:00
parent 52e56a2973
commit e3c59becae
1 changed files with 10 additions and 7 deletions

View File

@ -14,18 +14,21 @@ collectors:
- type: php-composer
dependencies: "^felixfbecker/language-server$"
# if it was a patch release, make semantic-release release a patch of the extension
commit_message_prefix: "fix: "
versions: "L.L.Y"
settings:
# if it was a patch release, make semantic-release release a patch of the extension
commit_message_prefix: "fix: "
- type: php-composer
# if it was a minor release, make semantic-release release a minor of the extension
dependencies: "^felixfbecker/language-server$"
commit_message_prefix: "feat: "
versions: "L.Y.0"
dependencies: "^felixfbecker/language-server$"
settings:
# if it was a minor release, make semantic-release release a minor of the extension
commit_message_prefix: "feat: "
- type: php-composer
dependencies: "^felixfbecker/language-server$"
# majors could be anything, open a PR and let a human handle it
commit_message_prefix: "chore: "
versions: "Y.0.0"
settings:
# majors could be anything, open a PR and let a human handle it
commit_message_prefix: "chore: "