Skip to content

Commit

Permalink
core: Add wip as a valid commit type (commitlint)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-cd authored and al committed Jul 22, 2024
1 parent e23ae6e commit b27dc2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .commitlintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends:
- '@commitlint/config-conventional'
help: |
**Possible types**:
`ci`: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
`ci`: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs).
`core`: Change build process, tooling or dependencies.
`docs`: Adds or alters documentation.
`feat`: Adds a new feature.
Expand All @@ -12,6 +12,7 @@ help: |
`revert`: Changes that reverting other changes
`style`: Improves formatting, white-space.
`test`: Adds or modifies tests.
`wip`: Work in progress (temporary commits, which will eventually be rebased or otherwise removed).
rules:
body-max-line-length: [1, 'always', 72]
header-max-length: [1, 'always', 50]
Expand All @@ -29,3 +30,4 @@ rules:
- revert
- style
- test
- wip

0 comments on commit b27dc2d

Please sign in to comment.