Skip to content

Commit 1ca4acf

Browse files
authored
Revise headings and usage instructions in README
Updated section headings and clarified usage instructions for XML and git changelog.
1 parent fd0c968 commit 1ca4acf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This library provides an easy way to display a change log in your app.
99
Without 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

1313
1. 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
3131
2. Create translations of this `changelog_master.xml` file in files named `changelog.xml` under
3232
language-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`
3636
This will automatic generate a changelog based on git history, grouped by tags.
3737

3838
```kts

0 commit comments

Comments
 (0)