We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e28a7d2 + bce2012 commit fc54a1eCopy full SHA for fc54a1e
release-please-config.json
@@ -3,6 +3,7 @@
3
".": {
4
"release-type": "node",
5
"package-name": "@paypes/mcp-server",
6
+ "component": "",
7
"changelog-sections": [
8
{ "type": "feat", "section": "Features" },
9
{ "type": "fix", "section": "Bug Fixes" },
@@ -13,6 +14,8 @@
13
14
"extra-files": ["package.json", "package-lock.json"]
15
}
16
},
17
+ "tag-separator": "",
18
+ "include-component-in-tag": false,
19
"bootstrap-sha": "$(git rev-parse HEAD)",
20
"last-release-sha": "$(git rev-parse HEAD)"
21
0 commit comments