Releases: rgreinho/keeparelease
Releases · rgreinho/keeparelease
1.3.0
Changed
- Add a
--log
flag.
- [INTERNAL]
- Removes the
github/hub
dependency and perform all the GitHub operations using
the google/go-github
library.
- Improves error handling and error messages.
Fix
1.2.2
Changed
Fixed
- Fix the problem with the
--tag
flag which was not supposed to be mandatory. [#15]
1.2.1
Fixed
- Fix regex to take the dates starting with 2020 into consideration.
1.2.0
Added
- Add a flag allowing the user to specify the Changelog file to read from.
[1.1.2] - 2019-12-30
Fixed
- Fix
dist
task resulting in corrupt binaries.
[1.1.1] - 2019-12-16
Change
- Replace the
Makefile
by an Invoke
task file.
Fixed
- Fix the semver regex to make if work for calver as well.