chelnak / gh-changelog

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

Validate next version #76

Closed chelnak closed 2 years ago

chelnak commented 2 years ago

This PR adds validation to ensure that the value being passed to next version is greater than the former version. If the condition is not true an error will be returned.

Closes #76