phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
https://phly.github.io/keep-a-changelog/
BSD 2-Clause "Simplified" License
182 stars 23 forks source link

Add `bump:patch` as an alias to `bump` and `bump:bugfix` #44

Closed weierophinney closed 5 years ago

weierophinney commented 5 years ago

This patch adds bump:patch as an alias to bump and bump:bugfix.

Fixes #40