Skip to content

Releases: pmowrer/semantic-release-github-pr

v5.0.3

17 May 21:20
aef589b
Compare
Choose a tag to compare

5.0.3 (2018-05-17)

Performance Improvements

  • set own verifyConditons default, no need for npm plugin (0ca8af0)

v5.0.2

17 May 16:17
c9e00e9
Compare
Choose a tag to compare

5.0.2 (2018-05-17)

Bug Fixes

v5.0.1

07 Mar 23:02
2879b1a
Compare
Choose a tag to compare

5.0.1 (2018-03-07)

Bug Fixes

  • conditional flag to delete "no release" comments was inverted (4109d7f)

v5.0.0

07 Mar 22:39
15da46f
Compare
Choose a tag to compare

5.0.0 (2018-03-07)

Bug Fixes

  • keep from unnecessarily recreating "no release" comment (531676a)

BREAKING CHANGES

  • Dropped use of verifyConditions as a plugin hook to delete stale
    comments. This now happens in analyzeCommits instead.

v4.0.1

24 Feb 05:11
ad69327
Compare
Choose a tag to compare

4.0.1 (2018-02-24)

Bug Fixes

  • incorrect peer dep syntax (39e3e72)

v4.0.0

24 Feb 03:36
788c819
Compare
Choose a tag to compare

4.0.0 (2018-02-24)

Bug Fixes

  • path to semantic-release's plugin definitions changed (b0a12f4)

BREAKING CHANGES

  • Bump semantic-release peer dependency to ^13.4.1 - ^15.0.0.

We depend on semantic-release's internal plugin definitions
in order to provide the same default behavior. The file path from
where we import those definitons changed in semantic-release
13.3.0.

v3.1.3

24 Feb 03:25
c9678c6
Compare
Choose a tag to compare

3.1.3 (2018-02-24)

Bug Fixes

  • lock down semantic-release peer dep version (3fa1e82)

v3.1.2

11 Feb 21:37
25ea36c
Compare
Choose a tag to compare

3.1.2 (2018-02-11)

Bug Fixes

  • semantic-release peer dependency range was invalid syntax (a7d8134)

v3.1.1

11 Feb 18:01
431e695
Compare
Choose a tag to compare

3.1.1 (2018-02-11)

Bug Fixes

  • dry-run is always set, remove use in conditional (830d931)

v3.1.0

11 Feb 17:46
829d0f5
Compare
Choose a tag to compare

3.1.0 (2018-02-11)

Features

  • add support for semantic-release version 13 (7b9f4e6)