Simple tool that parses a custom changelog format inspired by Factorio.
Requires BUTR GitHub Package Registry to be added.
nuget sources add -name "BUTR" -Source https://nuget.pkg.github.com/BUTR/index.json -Username YOURGITHUBUSERNAME -Password YOURGITHUBTOKEN
dotnet tool install -g Bannerlord.ChangelogParser
When installed as a global tool:
bannerlord_changelog_parser latestversion -f "$PWD/changelog.txt"
bannerlord_changelog_parser description -f "$PWD/changelog.txt"
bannerlord_changelog_parser description -v "3.1.0" -f "$PWD/changelog.txt"
bannerlord_changelog_parser fulldescription -f "$PWD/changelog.txt"
bannerlord_changelog_parser fulldescription -v "3.1.0" -f "$PWD/changelog.txt"
bannerlord_changelog_parser gameversion -f "$PWD/changelog.txt"
bannerlord_changelog_parser gameversion -v "3.1.0" -f "$PWD/changelog.txt"
Check this for a workflow example.
---------------------------------------------------------------------------------------------------
Version: 3.1.10
Game Versions: e1.4.0,e1.4.1,e1.4.2
* Fixed GroupToggle in Fluent API
* Better Prefab loading
* Fixed Ctrl+V in Edit Box
* Fixed 'random' crash in Edit Box
---------------------------------------------------------------------------------------------------
Version: 3.1.9
Game Versions: e1.4.0,e1.4.1,e1.4.2
* Fixed Group translation bug
* Fixed Fluent API settings loading
* Fixed XML settings reading
---------------------------------------------------------------------------------------------------
For e1.4.0/e1.4.1/e1.4.2
* Fixed Group translation bug
* Fixed Fluent API settings loading
* Fixed XML settings reading