Changelog - changelog
0.0.30
Changes
- 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
Released by mh-cbon, Sat 30 Sep 2017 - see the diff ______
0.0.29
Changes
changelog show
: quickly display the last version on terminal.changelog rename
: quickly rename versions. Wihthout arguments it renames the last version toUNRELEASED
. Use--version
and--to=version|name
to control the behavior ofrename
.
Contributors
- mh-cbon
Released by mh-cbon, Thu 24 Aug 2017 - see the diff ______
0.0.28
Changes
- 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
Released by mh-cbon, Tue 22 Aug 2017 - see the diff ______
0.0.27
Changes
- close #4: fix whitespace handling
Contributors
- mh-cbon
Released by mh-cbon, Wed 12 Apr 2017 - see the diff ______
0.0.26
Changes
- 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
Released by mh-cbon, Fri 24 Feb 2017 - see the diff ______
0.0.25
Changes
- add new option -g/–guess to guess name and user variable from the cwd
- Code refactoring: applied go linters
Contributors
- mh-cbon
Released by mh-cbon, Wed 04 Jan 2017 - see the diff ______
0.0.24
Changes
- travis: fix ghtoken value to build gh-pages
- appveyor: rename some variable
- appveyor: update gh token
Contributors
- mh-cbon
Released by mh-cbon, Sat 30 Jul 2016 - see the diff ______
0.0.23
Changes
- packaging: fix travis script
Contributors
- mh-cbon
Released by mh-cbon, Sat 30 Jul 2016 - see the diff ______
0.0.22
Changes
- 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
Released by mh-cbon, Sat 30 Jul 2016 - see the diff ______
0.0.21
Changes
- MD layout: Fix diff url, it was using wrong repository name
- rpm: fix url of the rpm package
Contributors
- mh-cbon
Released by mh-cbon, Wed 27 Jul 2016 - see the diff ______
0.0.20
Changes
- firstrev: silently fail if the directory is not a repository, or if the system does not have required binaries
Contributors
- mh-cbon
Released by mh-cbon, Tue 26 Jul 2016 - see the diff ______
0.0.19
Changes
- Markdown format: add link to the github diff page
- cli: add ghrelease command to export changelog to a short md format
- multilines: improved support of multilines changes to correctly align them vertically with the prefix
- layouts: add new GHRELEASE template
- layouts: add test suite
- tagrange: add method to get begin…end range of a version
Contributors
- mh-cbon
Released by mh-cbon, Tue 26 Jul 2016 - see the diff ______
0.0.18
Changes
- travs: fix wrong asset name
Contributors
- mh-cbon
Released by mh-cbon, Thu 14 Jul 2016 - see the diff ______
0.0.17
Changes
- rpm: add missing rpm.json to build the package
Contributors
- mh-cbon
Released by mh-cbon, Thu 14 Jul 2016 - see the diff ______
0.0.16
Changes
- rpm: add missing rpm.json to build the package
Contributors
- mh-cbon
Released by mh-cbon, Thu 14 Jul 2016 - see the diff ______
0.0.15
Changes
- rpm: add missing rpm.json to build the package
Contributors
- mh-cbon
Released by mh-cbon, Thu 14 Jul 2016 - see the diff ______
0.0.14
Changes
- travis: fix build script
- travis: update docker file
Contributors
- mh-cbon
Released by mh-cbon, Thu 14 Jul 2016 - see the diff ______
0.0.13
Changes
- travis: update docker file
Contributors
- mh-cbon
Released by mh-cbon, Thu 14 Jul 2016 - see the diff ______
0.0.12
Changes
- travis: fix docker script, requires curl
Contributors
- mh-cbon
Released by mh-cbon, Thu 14 Jul 2016 - see the diff ______
0.0.11
Changes
- build: add rpm packages
Contributors
- mh-cbon
Released by mh-cbon, Thu 14 Jul 2016 - see the diff ______
0.0.10
Changes
- RPM: ensure release tag is at least=1
- README: update usage command lines
- export: Add changelog format to export commands
- tpls: Fix RPM template, Refactor to simplify code
- version: add method GetName to get name or version value to string
- Tags: Allow trailing semicolo in tags
- RPM: Fix rpm template
Contributors
- mh-cbon
Released by mh-cbon, Thu 14 Jul 2016 - see the diff ______
0.0.9
Changes
- export: Add RPM export format
- main: Refactor export methods and ensure name vars is defined
- version: add new GetTag method to safely read a tag value
- debian layout: fix read urgency from the tags, not the vars
- README: update install section
- appveyor: build only on tag
Contributors
- mh-cbon
Released by mh-cbon, Thu 14 Jul 2016 - see the diff ______
0.0.8
Changes
- appveyor: register go-msi path manually
- appveyor: update go-msi package
- appveyor: fix curl option to follow location redirect
Contributors
- mh-cbon
Released by mh-cbon, Tue 12 Jul 2016 - see the diff ______
0.0.7
Changes
- appveyor: fix curl option to follow location redirect
Contributors
- mh-cbon
Released by mh-cbon, Mon 11 Jul 2016 - see the diff ______
0.0.6
Changes
- add msi build
- README: update install procedure
Contributors
- mh-cbon
Released by mh-cbon, Mon 11 Jul 2016 - see the diff ______
0.0.5
Changes
- deb.json: make use of name token
- README: Update usage command line
- installer: fix url download
Contributors
- mh-cbon
Released by mh-cbon, Mon 11 Jul 2016 - see the diff ______
0.0.4
Changes
- fix glide lock file
Contributors
- mh-cbon
Released by mh-cbon, Mon 11 Jul 2016 - see the diff ______
0.0.3
Changes
- add magic install script
- update release key
- update install method
Contributors
- mh-cbon
Released by mh-cbon, Mon 11 Jul 2016 - see the diff ______
0.0.2
Changes
- add deb.json file to generate debian packages
Contributors
- mh-cbon
Released by mh-cbon, Mon 11 Jul 2016 - see the diff ______
0.0.1
Changes
- Initial release
Contributors
- mh-cbon
Released by mh-cbon, Mon 11 Jul 2016 - see the diff ______