Skip to content

Commit 8aed4aa

Browse files
committed
chore(gateway): specify commits path for release-it configuration
1 parent 351ef11 commit 8aed4aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/gateway/.release-it.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
commitMessage: 'chore(gateway): release v${version}',
44
tagName: 'gateway-v${version}',
55
tagAnnotation: 'Gateway Release ${version}',
6+
commitsPath: 'services/gateway',
67
addUntrackedFiles: false,
78
requireCleanWorkingDir: false
89
},

0 commit comments

Comments
 (0)