File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88This library provides an easy way to display a change log in your app.
99Without take care to VersionCode is necessary when you auto generate the VersionCode
1010
11- ## Usage of a XML
11+ ## A: Usage of a XML
1212
13131 . Create the master change log in ` res/xml/changelog_master.xml ` . Formatted like this:
1414
@@ -31,8 +31,8 @@ Without take care to VersionCode is necessary when you auto generate the Version
31312 . Create translations of this ` changelog_master.xml ` file in files named ` changelog.xml ` under
3232language-specific versions of ` res/xml/ ` , e.g. ` res/xml-de/changelog.xml ` .
3333
34- ## Usage git changelog
35- To generate a git changelog, grouped by tag you can run ` getTagGroupedGitlog ` ` from git submodule buildSrc/src/main/kotlin/info/git/versionHelper `
34+ ## B: Usage git changelog
35+ To generate a git changelog, grouped by tag you can run ` getTagGroupedGitlog ` from git submodule ` buildSrc/src/main/kotlin/info/git/versionHelper `
3636This will automatic generate a changelog based on git history, grouped by tags.
3737
3838``` kts
You can’t perform that action at this time.
0 commit comments