Open tukusejssirs opened 1 year ago
It would be awesome if you add support for multiple scopes.
Currently, if I add multiple scopes (e.g. chore(one,two,three), in the autocomplete I get additional option one,two,three, thus they are considered a separate scope.
chore(one,two,three)
one,two,three
It would be awesome if you add support for multiple scopes.
Currently, if I add multiple scopes (e.g.
chore(one,two,three)
, in the autocomplete I get additional optionone,two,three
, thus they are considered a separate scope.