Releases: semantic-release/github
Releases · semantic-release/github
v4.0.0
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 [email protected]
or above.
v3.0.3
3.0.3 (2018-01-19)
Bug Fixes
- package: update github to version 14.0.0 (4ca68ad)
v3.0.2
3.0.2 (2018-01-17)
Bug Fixes
- package: update url-join to version 3.0.0 (d40b320)
v3.0.1
3.0.1 (2018-01-02)
Bug Fixes
- fix typos and capitalization (d5aa119)
v3.0.0
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
2.2.3 (2017-12-17)
Bug Fixes
- handle custom url without prefix (2bad805)
v2.2.2
2.2.2 (2017-12-17)
Bug Fixes
- log the Github url in the
verifyConditions
plugin (fc6bdc6)
v2.2.1
2.2.1 (2017-12-11)
Bug Fixes
- package: update fs-extra to version 5.0.0 (401fd5e)
v2.2.0
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
2.1.0 (2017-12-02)
Features
- Skip tag creation if it already exists (edec102)