Releases: pmowrer/semantic-release-monorepo
Releases · pmowrer/semantic-release-monorepo
v5.0.0
5.0.0 (2018-02-11)
Features
- add support for
semantic-release
version 13 (ba0849f)
BREAKING CHANGES
- Version 13 of
semantic-release
adds support for
customizing the git tag format, removing the need for this library to
patch the behavior, greatly reducing the amount of code.
v4.2.1
4.2.1 (2018-01-15)
Bug Fixes
- depend on compatible versions of
[@semantic-release](https://github.com/semantic-release)/npm
(e597f3f), closes #22
v4.2.0
4.2.0 (2018-01-09)
Bug Fixes
- typo in
debug
namespace for in git-utils
(ff3a1f5)
Features
- withVersionHead: fetch git tags prior to trying to unshallow (d0f0ab8)
v4.1.0
4.1.0 (2018-01-08)
Features
- add crude logging of plugin type and version for debugging (5f5569f)
- improve performance by memoizing
getCommitFiles
(f2eaddd)
v4.0.4
4.0.4 (2018-01-04)
Bug Fixes
- loosen
semantic-release
peer dependency req to >=11.1.0
(5be49d9)
- remove direct dependency on
semantic-release
internals (beaef7c)
v4.0.3
4.0.3 (2018-01-03)
Bug Fixes
- withVersionHead: apply fallback iff plugin finds previous release (6be5c85)
v4.0.2
4.0.2 (2018-01-02)
Bug Fixes
- withVersionHead: force the
gitHead
fallback algorithm (54c91f9)
v4.0.1
4.0.1 (2018-01-02)
Bug Fixes
- lock
semantic-release
to ~11.1.0
since 11.2.0
breaks (6fca4ee)
v4.0.0
4.0.0 (2017-12-29)
Bug Fixes
- prevent
version-to-git-tag
from returning a bad git-tag (e8485b0)
Features
- use plugin wrappers to allow passing plugins/options (ae47456), closes #13
BREAKING CHANGES
- This package no longer provides
semantic-relese-monorepo/github
, a
decorated version of @semantic-release/github
. The plugin wrappers
allow us to do away with that hack, letting users to wrap any plugin
v3.1.0
3.1.0 (2017-12-13)
Features
- analyze-commits: log number of commits passing package filter (33bccdc)