fix: Korrektur der Aufzählungszeichen in der Dokumentation "Versioning".

This commit is contained in:
Jan Jambor 2024-05-21 14:40:05 +02:00
parent 0601504385
commit 8bb70eb6a0

View file

@ -7,15 +7,17 @@ YYYY-MM-[RELEASE_TYPE]-N
```
Components of the version number are as follows:
- `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 within one month.
- `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 within one month.
Guidelines:
- Automated scripts should generate version numbers to avoid errors.
- Ensure tool compatibility with the hybrid version format.
- Maintain detailed changelogs for transparency on progression from alpha to final.
- Automated scripts should generate version numbers to avoid errors.
- Ensure tool compatibility with the hybrid version format.
- Maintain detailed changelogs for transparency on progression from alpha to final.