refactor: remove stale astrolabe references from commitizen config
Remove astrolabe tag filtering and commit scope exclusions from pyproject.toml now that Astrolabe lives in its own repository. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
49c5439686
commit
3be229a487
+3
-4
@@ -98,13 +98,12 @@ version_files = [
|
|||||||
# Ignore tags from other components
|
# Ignore tags from other components
|
||||||
ignored_tag_formats = [
|
ignored_tag_formats = [
|
||||||
"nextcloud-mcp-server-*", # Helm chart tags
|
"nextcloud-mcp-server-*", # Helm chart tags
|
||||||
"astrolabe-v*", # Astrolabe tags
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Filter commits by scope (all scopes except helm and astrolabe)
|
# Filter commits by scope (all scopes except helm)
|
||||||
[tool.commitizen.customize]
|
[tool.commitizen.customize]
|
||||||
changelog_pattern = "^(feat|fix|docs|refactor|perf|test|build|ci|chore)(?!\\((?:helm|astrolabe)\\))(\\([^)]+\\))?(!)?:"
|
changelog_pattern = "^(feat|fix|docs|refactor|perf|test|build|ci|chore)(?!\\((?:helm)\\))(\\([^)]+\\))?(!)?:"
|
||||||
schema_pattern = "^(feat|fix|docs|refactor|perf|test|build|ci|chore)(?!\\((?:helm|astrolabe)\\))(\\([^)]+\\))?(!)?:\\s.+"
|
schema_pattern = "^(feat|fix|docs|refactor|perf|test|build|ci|chore)(?!\\((?:helm)\\))(\\([^)]+\\))?(!)?:\\s.+"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
extend-select = ["I"]
|
extend-select = ["I"]
|
||||||
|
|||||||
Reference in New Issue
Block a user