Add initial commit.

This commit is contained in:
2025-11-23 15:03:25 +00:00
commit 3fee780dea
2 changed files with 38 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
CLAUDE.md
kportal
+36
View File
@@ -0,0 +1,36 @@
version: 1
force:
major: 0
minor: 1
patch: 0
blacklist:
- "Merge branch"
- "Merge pull request"
- "WIP"
wording:
patch:
- "fix"
- "bugfix"
- "hotfix"
- "patch"
- "docs"
- "test"
- "tests"
- "refactor"
minor:
- "feat"
- "feature"
- "add"
- "enhance"
- "update"
- "improve"
major:
- "breaking"
- "major"
- "BREAKING CHANGE"
release:
- "rc"
- "release candidate"