You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow revert commits
Previously Revert commits would fail the pipeline as they were not considered conventional commit friendly.
This caused issues in multiple projects as commitsar checks would just be ignored.
Closesaevea#434
feat: add support for conventional commit style PR titles
This commit adds support for checking that a PR title is conventional commit style compliant.
Closesaevea#296
fix(conventional standard)!: breaking changes do not require body
BREAKING CHANGE: Commitsar will no longer fail if commit body is not present in a commit marked as a breaking change.