Skip to content

Commit 7632bac

Browse files
committed
chore: rename project to code-please
- Update plugin.json name and repository URL - Update release-please component name - Remove linked-versions for independent releases
1 parent d9530b6 commit 7632bac

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "dora",
2+
"name": "code-please",
33
"version": "0.1.1",
4-
"description": "Bun-based MCP server for JetBrains IDE integration",
5-
"repository": "https://github.com/chatbot-pf/dora",
4+
"description": "MCP server and CLI tool for AI-assisted coding with auto-formatting and LSP diagnostics",
5+
"repository": "https://github.com/chatbot-pf/code-please",
66
"author": {
77
"name": "PassionFactory"
88
}

release-please-config.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@
2121
"packages": {
2222
".": {
2323
"release-type": "node",
24-
"component": "dora"
24+
"component": "code-please"
2525
},
2626
"packages/code": {
2727
"release-type": "node",
2828
"component": "@pleaseai/code"
2929
}
30-
},
31-
"linked-versions": true,
32-
"group-pull-request-title-pattern": "chore: release ${version}"
30+
}
3331
}

0 commit comments

Comments
 (0)