Skip to content

Commit b2868d9

Browse files
authored
ci: do not include component name (eslint-config-codely) in release tag names (#38)
1 parent cd18cfb commit b2868d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"bump-minor-pre-major": true,
99
"bump-patch-for-minor-pre-major": false,
1010
"draft": false,
11-
"prerelease": false
11+
"prerelease": false,
12+
"include-v-in-tag": true,
13+
"include-component-in-tag": false
1214
}
1315
},
1416
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)