Docs: Formatting of changelog description (#4819)

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2021-06-04 15:14:43 +02:00 committed by GitHub
parent 887e7dd332
commit ce731ecd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,14 @@ A file named as pattern `CHANGELOG*` or `changelog*`
Changelog file should have a specific format:
Header with the title
```
abapGit changelog
=================
```
A legend
```
Legend
------
@ -27,14 +29,14 @@ Legend
```
Notes section using header format:
* Date in format YYYY-MM-DD
* [Semantic version](https://semver.org/)
* Date in format YYYY-MM-DD followed by [Semantic version](https://semver.org/)
* Separator: ------------------
* Version notes
* Version notes using a prefix as described in the legend
```
2020-06-29 v1.97.0
------------------
+ Notes.....
```
Check [abapGit changelog](https://github.com/abapGit/abapGit/blob/main/changelog.txt) as an example
Check [abapGit changelog](https://github.com/abapGit/abapGit/blob/main/changelog.txt) as an example.