File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
- A CI check will verify your PR title to make sure it uses a valid conventional prefix like:
15
15
- ` feat: {title} ` - corresponds to ` Added ` heading in changelog, backwards compatibile changes
16
16
- ` fix: {title} ` - corresponds to ` Fixed ` heading in changelog, fixes bugs or bad behavior
17
- - ` chore: {title} ` -
18
- - ` docs: {title} `
19
- - ` tests: {title} `
17
+ - ` chore: {title} ` - does not appear in the changelog, useful for "meta" work that doesn't affect the API
18
+ - ` docs: {title} ` - does not appear in the changelog, for docuemntation changes.
19
+ - ` tests: {title} ` - does not appear in changelog, purely adds or changes tests.
20
20
- Adding a ` ! ` before the ` : ` will signify this is also a breaking change
21
21
- This sort of change will cause a ` MAJOR ` version bump.
22
22
- You can also use scopes to further detail the area your PR is changing i.e.:
23
23
- ` feat(ladfile): add global types `
24
24
- ` fix(ladfile_builder): fix globals not getting exported `
25
- - ` docs(bms): document weird vector behavior on MacOS `
25
+ - ` docs(bms): document weird vector behavior on MacOS `
You can’t perform that action at this time.
0 commit comments