This repository was archived by the owner on Feb 5, 2018. It is now read-only.
Releases: conventional-changelog-archived-repos/conventional-changelog-cli
Releases · conventional-changelog-archived-repos/conventional-changelog-cli
Release list
v1.2.0
v1.1.1
v1.1.0
v1.0.0
Bug Fixes
- infile: do not print the latest release twice if infile ENOENT (e664087)
Features
- flags: add config and remove uncommon ones (abc2b83)
- help: improve the flag names and add more descriptions (f59d6d9)
- infile: warn if infile does not exist (443eb64)
- add --output-unreleased (d479ff4)
BREAKING CHANGES
- help:
overwriteis now calledsame-file.
Fixes conventional-changelog/conventional-changelog#100
- flags:
--git-raw-commits-opts,--parser-optsand--writer-optsare removed as they are considered uncommon, use--configis easier as people can write all options within one file and they can learn from existing presets.