Skip to content

Commit 0675e6a

Browse files
oblomov-devmbtools
andauthored
added screenshot for the abapgit connection to the version constant (#196)
Co-authored-by: Marc Bernard <[email protected]>
1 parent 3c284e0 commit 0675e6a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
242 KB
Loading

src/development-guide/read-first/changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ order: 30
66

77
abapGit allows showing a changelog notes, based on the changelog file in the repository base, and on [APACK](/user-guide/reference/apack.md) class containing the current version.
88

9-
abapGit itself does not use APACK and gets the current version from `zif_abapgit_version=>c_abap_version`. The version is then used to determine if the changelog was updated and should be shown to the user.
9+
abapGit itself does not use APACK and gets the current version from `zif_abapgit_version=>c_abap_version`. The version is then used to determine if the changelog was updated and should be shown to the user.
10+
11+
Here's what the settings look like for another repository:
12+
13+
![version_setup](/img/version_constant_setup.png)
14+
1015

1116
## File format ##
1217

0 commit comments

Comments
 (0)