Commit Graph

3 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
Alix von Schirp
27dda30780 Update README.md
v1.0.0
2025-04-04 01:14:10 +02:00
Alix von Schirp
d4db9badc0 Initial commit 2025-04-04 01:07:18 +02:00