Skip to content

Simple tool that parses a custom changelog format inspired by Factorio.

License

Notifications You must be signed in to change notification settings

BUTR/Bannerlord.ChangelogParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bannerlord.ChangelogParser

Simple tool that parses a custom changelog format inspired by Factorio.

Requirements

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

Installation

dotnet tool install -g Bannerlord.ChangelogParser

Example

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.

Changelog Format

---------------------------------------------------------------------------------------------------
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
---------------------------------------------------------------------------------------------------

fulldescription command output

For e1.4.0/e1.4.1/e1.4.2
* Fixed Group translation bug
* Fixed Fluent API settings loading
* Fixed XML settings reading

About

Simple tool that parses a custom changelog format inspired by Factorio.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages