Skip to content

Commit 0229eca

Browse files
author
Christopher - Marcel Böddecker
committed
feat(templates): bump patch version for dependency updates
1 parent 03d8767 commit 0229eca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/steps/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ steps:
118118
{ revert: true, release: 'patch' },
119119
{ type: 'feat', release: 'minor' },
120120
{ type: 'fix', release: 'patch' },
121-
{ type: 'perf', release: 'patch' }
121+
{ type: 'perf', release: 'patch' },
122+
{ type: 'chore', scope: 'deps', release: 'patch' }
122123
]
123124
}],
124125
['@semantic-release/release-notes-generator', {

0 commit comments

Comments
 (0)