SystemFiles / GOG

GOG is an Opinionated Git workflow CLI tool written in Golang to help developers enforce consistency and strong project/version management within their projects without the added complexity of manual process documentation.

Home Page:https://sykesdev.ca/projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugfix - Changelog Append to Existing will break if format not correct

SystemFiles opened this issue · comments

existingChanges := changelogLines[latestFeatIndex:]

Should handle this or simply create a fresh CHANGELOG if the format does not match

Fixed in BENS-0002