abapGit/docs/collections/_development/guide-changelog.md
Lars Hvam 02a8c719a0
default branch updates (#4572)
* Update build.yml

* docs updates

* readme and contributing adjusted
2021-02-28 18:07:37 +01:00

702 B

title order
Changelog 150

abapGit allows to show a changelog notes, based on changelog file in the repository base

File format

A file named as pattern CHANGELOG* or changelog*

Changelog file should have a specific format:

Header with the title

abapGit changelog
=================

A legend

Legend
------
* : fixed
! : changed
+ : added
- : removed

Notes section using header format:

  • Date in format YYYY-MM-DD
  • Semantic version
  • Separator: ------------------
  • Version notes
2020-06-29 v1.97.0
------------------
+ Notes.....

Check abapGit changelog as an example