mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Docs: Formatting of changelog description (#4819)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
887e7dd332
commit
ce731ecd22
|
@ -11,12 +11,14 @@ A file named as pattern `CHANGELOG*` or `changelog*`
|
||||||
Changelog file should have a specific format:
|
Changelog file should have a specific format:
|
||||||
|
|
||||||
Header with the title
|
Header with the title
|
||||||
|
|
||||||
```
|
```
|
||||||
abapGit changelog
|
abapGit changelog
|
||||||
=================
|
=================
|
||||||
```
|
```
|
||||||
|
|
||||||
A legend
|
A legend
|
||||||
|
|
||||||
```
|
```
|
||||||
Legend
|
Legend
|
||||||
------
|
------
|
||||||
|
@ -27,14 +29,14 @@ Legend
|
||||||
```
|
```
|
||||||
|
|
||||||
Notes section using header format:
|
Notes section using header format:
|
||||||
* Date in format YYYY-MM-DD
|
* Date in format YYYY-MM-DD followed by [Semantic version](https://semver.org/)
|
||||||
* [Semantic version](https://semver.org/)
|
|
||||||
* Separator: ------------------
|
* Separator: ------------------
|
||||||
* Version notes
|
* Version notes using a prefix as described in the legend
|
||||||
|
|
||||||
```
|
```
|
||||||
2020-06-29 v1.97.0
|
2020-06-29 v1.97.0
|
||||||
------------------
|
------------------
|
||||||
+ Notes.....
|
+ 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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user