siderolabs / conform

Policy enforcement for your pipelines.
Mozilla Public License 2.0
432 stars 45 forks source link

Add Conventional Commit breaking change support #203

Closed particledecay closed 3 years ago

particledecay commented 3 years ago

Description

Conventional Commit standard allows for "!" immediately following type and preceding scope to indicate a breaking change. Conform fails against this commit style, so this change allows such commit messages to pass policy check.

Signed-off-by: Joey Espinosa jlouis.espinosa@gmail.com

andrewrynhard commented 3 years ago

/approve

alex-baugh commented 8 months ago

Hey is there a reason this has not been rolled out yet as it does not work when i try to use it.