Skip to content

Commit fc54a1e

Browse files
Merge pull request #18 from iExecBlockchainComputing/feat/update-release-please-config
fix: configure release-please to use simple tag format
2 parents e28a7d2 + bce2012 commit fc54a1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release-please-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
".": {
44
"release-type": "node",
55
"package-name": "@paypes/mcp-server",
6+
"component": "",
67
"changelog-sections": [
78
{ "type": "feat", "section": "Features" },
89
{ "type": "fix", "section": "Bug Fixes" },
@@ -13,6 +14,8 @@
1314
"extra-files": ["package.json", "package-lock.json"]
1415
}
1516
},
17+
"tag-separator": "",
18+
"include-component-in-tag": false,
1619
"bootstrap-sha": "$(git rev-parse HEAD)",
1720
"last-release-sha": "$(git rev-parse HEAD)"
1821
}

0 commit comments

Comments
 (0)