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 1414- A CI check will verify your PR title to make sure it uses a valid conventional prefix like:
1515 - ` feat: {title} ` - corresponds to ` Added ` heading in changelog, backwards compatibile changes
1616 - ` 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.
2020- Adding a ` ! ` before the ` : ` will signify this is also a breaking change
2121 - This sort of change will cause a ` MAJOR ` version bump.
2222- You can also use scopes to further detail the area your PR is changing i.e.:
2323 - ` feat(ladfile): add global types `
2424 - ` 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