-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.versionrc.json
More file actions
16 lines (16 loc) · 879 Bytes
/
Copy path.versionrc.json
File metadata and controls
16 lines (16 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"bumpFiles": [
{ "filename": "package.json", "type": "json" },
{ "filename": "package-lock.json", "type": "json" },
{ "filename": ".claude-plugin/plugin.json", "type": "json" },
{ "filename": "plugins/make-skills-codex/.codex-plugin/plugin.json", "type": "json" },
{ "filename": ".claude-plugin/marketplace.json", "updater": "scripts/marketplace-version.js" },
{ "filename": "skills/make-api-shell-connection-workflow/SKILL.md", "updater": "scripts/skill-version.js" },
{ "filename": "skills/make-scenario-building/SKILL.md", "updater": "scripts/skill-version.js" },
{ "filename": "skills/make-module-configuring/SKILL.md", "updater": "scripts/skill-version.js" },
{ "filename": "skills/make-mcp-reference/SKILL.md", "updater": "scripts/skill-version.js" }
],
"packageFiles": [
{ "filename": "package.json", "type": "json" }
]
}