Skip to content

Commit fee6da4

Browse files
author
LittleCoinCoin
committed
fix(docs): describe actual commit policy
1 parent e10c236 commit fee6da4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/articles/devs/contribution_guides/how_to_contribute.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ python -c "import hatch; print('Hatch package imports successfully')"
201201

202202
## Release Process
203203

204+
Extensive details can be found in the [release policy](./release_policy.md) article.
205+
204206
Releases are fully automated using semantic-release:
205207

206208
1. **Commits are analyzed** for conventional commit format
@@ -214,9 +216,9 @@ Releases are fully automated using semantic-release:
214216

215217
The semantic versioning is currently configured to keep the major number to **0**.
216218

217-
- `feat:` commits → Patch version (0.6.1 → 0.7.0)
219+
- `feat:` commits → Patch version (0.6.1 → 0.6.2)
218220
- `fix:` commits → Patch version (0.6.1 → 0.6.2)
219-
- `feat!:` or `BREAKING CHANGE:`Major version (0.6.1 → 1.0.0)
221+
- `feat!:` or `BREAKING CHANGE:`Minor version (0.6.1 → 0.7.0)
220222
- Other types → No release
221223

222224
## Getting Help

0 commit comments

Comments
 (0)