feat(claude): bump-version Skill hinzugefügt
Neuer projektspezifischer Skill, der bei Commit-Anfragen automatisch fragt ob die Version (pyproject.toml, SemVer) mit gebumpt werden soll, und bei direkten Release-Anfragen Version + Commit + Git-Tag erstellt. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Skill(bump-version)",
|
||||
"Skill(bump-version:*)",
|
||||
"Bash(git branch *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user