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
Due to how the regex is constructed when finding the bump to perform, e.g. "[patches applied to the..." and "[minor changes only]" will both result in an auto bump.
I think it makes sense to only accept [<bump type> when there is a closing bracket immediately aftewrwards (perhaps with whitespace allowed inside, similar to what I did in #61).
The text was updated successfully, but these errors were encountered:
Due to how the regex is constructed when finding the bump to perform, e.g.
"[patches applied to the..."
and"[minor changes only]"
will both result in anauto
bump.I think it makes sense to only accept
[<bump type>
when there is a closing bracket immediately aftewrwards (perhaps with whitespace allowed inside, similar to what I did in #61).The text was updated successfully, but these errors were encountered: