File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ The scope must be in parentheses.
29
29
30
30
We are using these types:
31
31
32
- - feat (Feature)
33
- - fix (Bugfix)
34
- - maint (Maintainance)
35
- - breaking (Breaking changes)
32
+ - feat (Feature),
33
+ - fix (Bugfix),
34
+ - maint (Maintainance),
35
+ - breaking (Breaking changes).
36
36
37
37
For the optional scope, we roughly use these categories:
38
38
39
- - "Docs " for documentation
40
- - "Release workflow"
41
- - "Webpack"
42
- - "Cleanup"
43
- - "pat PATTERNNAME" for the pattern which is changed
44
- - "core MODULENAME" for the core module which is changed
45
- - "lib MODULENAME" for the library module wich is changed
39
+ - "Dependencies " for upgrading package.json dependencies.
40
+ - "Docs" for documentation.
41
+ - "Build" for everything related to the release workflow, Webpack and building bundles.
42
+ - "Cleanup" for cleaning up or reformatting code.
43
+ - "pat PATTERNNAME" for changes to individual patterns in src/pat.
44
+ - "core MODULENAME" for changes to core modules in src/core.
45
+ - "lib MODULENAME" for changes in src/lib.
46
46
47
47
48
48
An example for a valid commit message:
You can’t perform that action at this time.
0 commit comments