conversionxl / aybolit

Lightweight web components library built with LitElement.
https://conversionxl.github.io/aybolit/
MIT License
7 stars 8 forks source link

feat: add commitlint web component rule #215

Open anoblet opened 2 years ago

github-actions[bot] commented 2 years ago

size-limit report 📦

Path Size
packages/cxl-ui/pkg/dist-web/cxl-ui-jwplayer.js, packages/cxl-ui/pkg/dist-web/cxl-ui-playbooks.js, packages/cxl-ui/pkg/dist-web/cxl-ui.js 58.63 KB (0%)
pawelkmpt commented 1 year ago

@anoblet could you comment on it? What was the goal? Should be merge or close?

anoblet commented 1 year ago

commitlint only verifies that we're specifying a package, for example: feat(aybolit): update the web component. This PR was meant to add an additional check requiring a web component to be specified: feat(aybolit): [custom-component] update the web component. It may not be all that helpful, though it's there if we need it.