Releases: semantic-release/commit-analyzer
Releases · semantic-release/commit-analyzer
v5.1.0
5.1.0 (2018-07-10)
Features
- add release rule for revert commits (e8c5604)
- exclude commit from analysis if they have a matching revert commit (b0d294b)
v5.0.5
5.0.5 (2018-06-06)
Bug Fixes
- package: update conventional-changelog-angular to version 5.0.0 (bc5610f)
v5.0.4
5.0.4 (2018-05-29)
Bug Fixes
- package: update conventional-changelog (8edcdf4)
v5.0.3
5.0.3 (2018-03-22)
Bug Fixes
- package: update conventional-changelog-angular to version 3.0.0 (70fbe21)
v5.0.2
5.0.2 (2018-02-09)
Bug Fixes
- package: update node requirement to 8.3 (bd2908d)
v5.0.1
5.0.1 (2018-01-21)
Bug Fixes
- fix regex rules evaluation (53faf3b)
v5.0.0
5.0.0 (2017-11-25)
Features
BREAKING CHANGES
- Returns async function instead of a function calling a callback
v4.0.1
4.0.1 (2017-11-22)
Bug Fixes
- readme: Clean up README badges (30b346b)
v4.0.0
4.0.0 (2017-10-30)
Bug Fixes
- Throw error if a release rule is invalid (0495801)
- Use Node 8 promisify instead of pify (bd19733)
Features
- Add logs and debug (6961dd8)
- Throw regular Error for unexpected errors (dc6ea59)
BREAKING CHANGES
- Expect to be passed
logger
in options
. Require semantic-remantic
>=9.0.0
.
- Do not wrap unexpected errors in a
@semantic-release/error
. This way, in case of unexpected error (wrong release rule for example) semantic-release
will fail and return with an exit code
v3.0.7
3.0.7 (2017-10-10)
Bug Fixes
- readme: Fix spelling errors (98ecfa1)