Closed
Description
conventional-changelog provides an enum of available commit type values. With the prevalence of storybook in projects, this ticket is advocating for another type to be added to the enum for story
to represent commits that contain the addition of storybook stories being added to the repo.
Affected packages
- cli
- core
- prompt
- config-angular
Context
With the addition of storybook to many repos I am working on, I would like to continue to be able to use commitlint and conventional-changelog to enforce good commit hygiene. The addition of a story
type, I feel more accurately reflects commits to my repo where I am adding stories.
Your Environment
Executable | Version |
---|---|
commitlint --version |
^7.0.0 |
git --version |
2.22.0 |
node --version |
12.6.0 |