update: Improved versioning and added examples for commit messages
This commit is contained in:
parent
6399c627f7
commit
4b84fa43ef
2 changed files with 6 additions and 3 deletions
|
|
@ -3,17 +3,17 @@
|
|||
We utilize a hybrid versioning scheme, blending [Semantic Versioning](https://semver.org/) with [CalVer](https://calver.org/):
|
||||
|
||||
```text
|
||||
YYYY-MM-DD-[RELEASE_TYPE]-N
|
||||
YYYY-MM-[RELEASE_TYPE]-N
|
||||
```
|
||||
|
||||
Components of the version number are as follows:
|
||||
- `YYYY`, `MM`, `DD`: Year, month, and day of release, respectively.
|
||||
- `YYYY`, `MM`: Year and month of release.
|
||||
- `RELEASE_TYPE`: Specifies the development stage:
|
||||
- `alpha`: Initial testing phase.
|
||||
- `beta`: Near-complete features, further testing.
|
||||
- `rc` (release candidate): Stability testing, bug fixes.
|
||||
- `final`: Production-ready release.
|
||||
- `N`: Incremental release number for multiple releases on the same date.
|
||||
- `N`: Incremental release number for multiple releases within one month.
|
||||
|
||||
Guidelines:
|
||||
- Automated scripts should generate version numbers to avoid errors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue