File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
docs/articles/devs/contribution_guides Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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+
204206Releases are fully automated using semantic-release:
205207
2062081 . ** Commits are analyzed** for conventional commit format
@@ -214,9 +216,9 @@ Releases are fully automated using semantic-release:
214216
215217The 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
You can’t perform that action at this time.
0 commit comments