fix: Korrektur der Aufzählungszeichen in der Dokumentation "Versioning".
This commit is contained in:
parent
0601504385
commit
8bb70eb6a0
1 changed files with 12 additions and 10 deletions
|
|
@ -7,6 +7,7 @@ YYYY-MM-[RELEASE_TYPE]-N
|
||||||
```
|
```
|
||||||
|
|
||||||
Components of the version number are as follows:
|
Components of the version number are as follows:
|
||||||
|
|
||||||
- `YYYY`, `MM`: Year and month of release.
|
- `YYYY`, `MM`: Year and month of release.
|
||||||
- `RELEASE_TYPE`: Specifies the development stage:
|
- `RELEASE_TYPE`: Specifies the development stage:
|
||||||
- `alpha`: Initial testing phase.
|
- `alpha`: Initial testing phase.
|
||||||
|
|
@ -16,6 +17,7 @@ Components of the version number are as follows:
|
||||||
- `N`: Incremental release number for multiple releases within one month.
|
- `N`: Incremental release number for multiple releases within one month.
|
||||||
|
|
||||||
Guidelines:
|
Guidelines:
|
||||||
|
|
||||||
- Automated scripts should generate version numbers to avoid errors.
|
- Automated scripts should generate version numbers to avoid errors.
|
||||||
- Ensure tool compatibility with the hybrid version format.
|
- Ensure tool compatibility with the hybrid version format.
|
||||||
- Maintain detailed changelogs for transparency on progression from alpha to final.
|
- Maintain detailed changelogs for transparency on progression from alpha to final.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue