Skip to content

Commit 1acec5f

Browse files
authored
docs: add notes on versioning
1 parent 714c93e commit 1acec5f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ A library for generating Web User Interfaces in a simple, type-safe, and consist
88
- [🚧: Using WebUI with Hummingbird](./)
99
- [🚧: Scaling a Hummingbird Application with Cloudflare](./)
1010

11+
## Development
12+
13+
### Versioning
14+
15+
Version bumps are triggered automatically via commit messages, work on a feature or fix and then push the change with one of the following conventional commit message prefixes:
16+
17+
- `feat!:`: denotes a major version, usually used when breaking changes are introduced.
18+
- `feat:`: minor version increment, use for new features.
19+
- `fix:`: patch version increment, use for bug fixes.
20+
21+
1122
## Inspirations & Sources
1223

1324
- [Apple Developer](https://developer.apple.com/videos/play/wwdc2021/10253/)

0 commit comments

Comments
 (0)