Skip to content

Releases: semantic-release/github

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.

v3.0.3

19 Jan 15:29
Compare
Choose a tag to compare

3.0.3 (2018-01-19)

Bug Fixes

  • package: update github to version 14.0.0 (4ca68ad)

v3.0.2

17 Jan 17:14
Compare
Choose a tag to compare

3.0.2 (2018-01-17)

Bug Fixes

  • package: update url-join to version 3.0.0 (d40b320)

v3.0.1

02 Jan 00:06
Compare
Choose a tag to compare

3.0.1 (2018-01-02)

Bug Fixes

  • fix typos and capitalization (d5aa119)

v3.0.0

22 Dec 18:01
Compare
Choose a tag to compare

3.0.0 (2017-12-22)

Features

  • remove githubToken from options (81506f8)

BREAKING CHANGES

  • The githubToken options has been removed. The Github token can now be configured only via the GH_TOKEN or GITHUB_TOKEN environment variables.

v2.2.3

17 Dec 05:15
Compare
Choose a tag to compare

2.2.3 (2017-12-17)

Bug Fixes

  • handle custom url without prefix (2bad805)

v2.2.2

17 Dec 04:47
Compare
Choose a tag to compare

2.2.2 (2017-12-17)

Bug Fixes

  • log the Github url in the verifyConditions plugin (fc6bdc6)

v2.2.1

11 Dec 20:07
Compare
Choose a tag to compare

2.2.1 (2017-12-11)

Bug Fixes

  • package: update fs-extra to version 5.0.0 (401fd5e)

v2.2.0

04 Dec 00:04
Compare
Choose a tag to compare

2.2.0 (2017-12-04)

Bug Fixes

  • package: update github to version 13.0.0 (0165914)

Features

  • Support globs for the assets option (0e1b290)

v2.1.0

02 Dec 21:05
Compare
Choose a tag to compare

2.1.0 (2017-12-02)

Features

  • Skip tag creation if it already exists (edec102)