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
The regular expression did not match pre-releases as it only checked
for numbers and dots.
The expression now just matches everything until the next space, which
should work for all kind of version specifiers as they never include a
space. The template uses a space after the subject (commit message).
0 commit comments