[RFC 7] feat!: add new commit type, rename build->deps, clarify wording #1

Merged
B00tLoad merged 1 commits from RFC-7_new-commit-types into main 2025-10-31 13:09:05 +01:00

1 Commits

Author SHA1 Message Date
08d5877682 feat!: add new commit type, rename build->deps, clarify wording
- Added `wip` type for work in progress commits.
- renamed `build` type to `deps` to better reflect its purpose.
- moved changes to build tooling to `chore` type.
- several small style changes
- fixing typos
- clarification in spec section 16: `If the commit` -> `If such a commit`
- clarification in spec section 18: `that make up Conventional commits` -> `that make up spec compliant commits`

Milestone: minor
Format: text/markdown
BREAKING-CHANGE: Commits previously composed by using type `build` are now of type `deps` or `chore`
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-10-28 23:26:12 +01:00