chelnak / gh-changelog

A gh cli extension that will make your changelogs ✨
MIT License
109 stars 4 forks source link

Patch Version Parsing Code #135

Closed chelnak closed 1 year ago

chelnak commented 1 year ago

In this change we are temporarily patching the code that handles version parsing.

The code in package version has been borrowed from SemVer/v3/version and slightly adapted to help this tool work arround an issue caused by different pre-release delimeters.

The package can be removed when/if SemVer supports this.