- ci: update versions of GH actions in GH workflows
- ci: add CODEOWNERS file, removed unused config files
- feat: handle fixup and squash messages
- ci(danger-github-action): limit more permission for workflow file
- feat: Add '--scope-case-insensitive' optional argument
- Closes #25
- fix(output-message): fixes presence bang/breaking change in output message
- Closes #24
- fix: unicode issues when utf-8 encoding is not set in system
- Closes #22
- change: update output message for help command (works with "git worktree")
- docs: updated README file - usage, tip for git alias
- ci: replace Black formatter by Ruff formatter
- removed linting tools from dev dependencies
- change(default-types): add "test:" to default commit types
- feat: add support for optional
!
in scope - Closes #12
- docs: add CONTRIBUTING Guide
- ci: add PR linter Danger
- fix: fix partial type matching
- Closes #11
- feat(scope): add optional restriction to available scopes
- ci: update commitizen auto release message
- update actions version pytest.yml workflow
- docs: update thumbnails example messages
- change(output): coloring only keywords in output
- fix: commitizen versions settings in pyproject.toml
- change(user-output): update user output marking all issues with message - Dynamic messages in output report - Color input commit message same as message elements - Tests updated
- ci: update project settings configuration (pyproject.toml)
- add CHANGELOG.md, commitizen, test packages definitions
- GitHub action - testing on multiple OSes
- fix(scope-capitalization): Update scope regex to be consistent with commitlint in DangerJS (#6)
- docs(README) Update default max summary length
- Ignore comment lines from linted commit message (#5)
- fix: Ignore # lines from linted commit message
- feat: Add hint for preserving commit message to output report
- fix: Allow in scope special characters " _ / . , * -"
- docs: Update hook install process guide (#4)
- Update default rules (#3)
- change(rules): Set maximum summary length to 72 characters
- change(rules): Summary uppercase letter as optional rules
- docs: Update argument usage example in README.md
- Merge pull request #1 from espressif/add_linter_hook
- feat: Add linter pre-commit hook logic (RDT-471)
- feat: Add linter pre-commit hook logic
- Init