louib / challenge-response

Perform HMAC-SHA1 and OTP challenges with YubiKey, OnlyKey and NitroKey, in pure Rust.
Other
4 stars 1 forks source link

ci: relax breaking change detection #13

Closed louib closed 7 months ago

louib commented 7 months ago

With the previous regex, the BREAKING CHANGE: string would only get detected when at the beginning of the commit description. This commit should allow the breaking changes to be documented anywhere in the commit description.