Skip to content

Releases: pmowrer/semantic-release-monorepo

v5.0.0

11 Feb 22:21
4d0f756
Compare
Choose a tag to compare

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

15 Jan 17:31
75e3026
Compare
Choose a tag to compare

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

09 Jan 01:41
c562f5c
Compare
Choose a tag to compare

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

08 Jan 00:32
10df99d
Compare
Choose a tag to compare

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

04 Jan 21:53
5592025
Compare
Choose a tag to compare

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

03 Jan 21:11
99a00ad
Compare
Choose a tag to compare

4.0.3 (2018-01-03)

Bug Fixes

  • withVersionHead: apply fallback iff plugin finds previous release (6be5c85)

v4.0.2

02 Jan 20:22
9bca2b8
Compare
Choose a tag to compare

4.0.2 (2018-01-02)

Bug Fixes

  • withVersionHead: force the gitHead fallback algorithm (54c91f9)

v4.0.1

02 Jan 15:43
6dd6e06
Compare
Choose a tag to compare

4.0.1 (2018-01-02)

Bug Fixes

  • lock semantic-release to ~11.1.0 since 11.2.0 breaks (6fca4ee)

v4.0.0

29 Dec 06:20
28625ed
Compare
Choose a tag to compare

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

13 Dec 22:18
00f6ca4
Compare
Choose a tag to compare

3.1.0 (2017-12-13)

Features

  • analyze-commits: log number of commits passing package filter (33bccdc)