tjcsl / ion

TJ Intranet 3
https://ion.tjhsst.edu
GNU General Public License v2.0
100 stars 91 forks source link

fix(scripts): fix scope regex to match convention commit specification #1676

Closed JasonGrace2282 closed 6 months ago

JasonGrace2282 commented 6 months ago

The conventional commit grammar allows the scope to be any utf-8 characters, except for newlines and parenthesis (see here). Currently, we only accept the lowercase English alphabet.