Releases: mh-cbon/changelog
Releases · mh-cbon/changelog
0.0.30
- ci: ensure the changelog is generated with all variables
- show command: add missing -g/--guess argument
- fix #9, close #10: the MD layout uses dynamic user name
Contributors : mh-cbon
0.0.29
changelog show
: quickly display the last version on terminal.
changelog rename
: quickly rename versions.
Wihthout arguments it renames the last version to UNRELEASED
.
Use --version
and --to=version|name
to control the behavior of rename
.
Contributors : mh-cbon
0.0.28
- ci: add go 1.9, various updates
- close #5: UNRELEASED can be exported
- export: ensure the file is open with truncate flag
- close #7: the init operation does not fail on vcs issue
- changelog: 0.0.27
Contributors : mh-cbon
0.0.27
Changes
- close #4: fix whitespace handling
Contributors
0.0.26
- add json command to export a change.log file to JSON
- add end-to-end tests
- README: make use of emd
- dependencies: update all
- Version: ensure json serialization of semver.Version type works
- bump: move script to a .version.sh file
Contributors : mh-cbon
0.0.25
- add new option -g/--guess to guess name and user variable from the cwd
- Code refactoring: applied go linters
Contributors : mh-cbon
0.0.24
- travis: fix ghtoken value to build gh-pages
- appveyor: rename some variable
- appveyor: update gh token
Contributors : mh-cbon
0.0.23
- packaging: fix travis script
Contributors : mh-cbon
0.0.22
- packaging: add choco package, add deb/rpm repositories
- README: update usage and install section
- release: generate gh-release body from the changelog
Contributors : mh-cbon