Skip to content

Commit 174fa45

Browse files
mldangeloclaude
andcommitted
fix: add missing release-please-config.json
Add release-please configuration to fix workflow failures. This configures release-please for Python package management with automatic version bumping in pyproject.toml. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 79fbc2a commit 174fa45

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

release-please-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"packages": {
3+
".": {
4+
"release-type": "python",
5+
"package-name": "promptfoo",
6+
"changelog-path": "CHANGELOG.md",
7+
"bump-minor-pre-major": true,
8+
"bump-patch-for-minor-pre-major": true,
9+
"extra-files": [
10+
{
11+
"type": "generic",
12+
"path": "pyproject.toml",
13+
"glob": false
14+
}
15+
]
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)