Ignore Patterns
Skip changelog generation for specific tag patterns. KittyLog won't generate a changelog when a matching tag is detected.
Common Patterns to Ignore
nightly
beta
alpha
rc
canary
dev
snapshot
pre
How It Works
When a tag matches any of your ignore patterns, KittyLog will skip changelog generation entirely. Pattern matching is case-insensitive and checks if the pattern appears anywhere in the tag name.
✓ v1.0.0 → Changelog generated
✗ v1.0.0-beta.1 → Skipped (matches "beta")
✗ v2.0.0-nightly.123 → Skipped (matches "nightly")

Tip: You can also add custom patterns beyond the presets — useful for project-specific conventions like test- or wip-.