Skip to content

Releases: semantic-release/github

v4.2.1

19 Feb 18:28
Compare
Choose a tag to compare

4.2.1 (2018-02-19)

Bug Fixes

  • replace p-throttle with bottleneck (2a61d95)

v4.2.0

18 Feb 22:06
Compare
Choose a tag to compare

4.2.0 (2018-02-18)

⚠️ This release has been unpublished from npm due the bug #43 ⚠️

Bug Fixes

  • remove unnecessary owner/repo from uploadAsset (c8ab3fb)

Features

  • add global throttler to comply with GitHub recommendation (9ea2730)
  • throttle and retry GitHub API calls (c0773b6)

v4.1.3

15 Feb 21:49
Compare
Choose a tag to compare

4.1.3 (2018-02-15)

Bug Fixes

  • use emoji in issue title (fbf1246)
  • use proper query for searching title (edecf92)

v4.1.2

13 Feb 19:06
Compare
Choose a tag to compare

4.1.2 (2018-02-13)

Bug Fixes

  • package: update globby to version 8.0.0 (dffbea0)

v4.1.1

12 Feb 19:30
Compare
Choose a tag to compare

4.1.1 (2018-02-12)

Bug Fixes

  • make search queries of 256 characters maximum (c556426)

v4.1.0

12 Feb 00:33
Compare
Choose a tag to compare

4.1.0 (2018-02-12)

Features

  • add details to error messages (06979d8)
  • add fail hook (2367a71)
  • add success hook (a28de30)
  • return all errors (0e5b372)
  • return release informations from publish hook (68b1d18)

v4.0.3

09 Feb 23:03
Compare
Choose a tag to compare

4.0.3 (2018-02-09)

Bug Fixes

  • package: update node requirement to 8.3 (5b7b962)

v4.0.2

02 Feb 18:38
Compare
Choose a tag to compare

4.0.2 (2018-02-02)

Bug Fixes

  • handle undefined GitHub prefix (27d7828)

v4.0.1

02 Feb 15:49
Compare
Choose a tag to compare

4.0.1 (2018-02-02)

Bug Fixes

  • package: update url-join to version 4.0.0 (bc45bd0)

v4.0.0

27 Jan 21:36
Compare
Choose a tag to compare

4.0.0 (2018-01-27)

Features

  • do not create Git tag anymore (8847380)

BREAKING CHANGES

  • The Git tag is not created anymore

The Git tag must be created by semantic-release. The plugin is compatible only with semantic-release@13.0.0 or above.