Releases: semantic-release/exec
v7.0.0-beta.1
7.0.0-beta.1 (2024-11-18)
Features
BREAKING CHANGES
-
the minimum required version of semantic-release to use
@semantic-release/exec
is now v24.1.0; the warn logger method/function is now available to use in plugin -
refactor: replace
nyc
withc8
as package for code coverage -
refactor: update Node.js versions in package-lock.json and package.json
-
refactor: update
semantic-release
peer-dependencies version -
Update .github/workflows/test.yml
Co-authored-by: Matt Travi [email protected]
-
refactor: update package.json to use fixed versions for
prettier
andsemantic-release
-
refactor: add main entry point to package.json
-
@semantic-release/exec
is now a native ES Module. It has named exports for each plugin hook (verifyConditions, analyzeCommits, verifyRelease, generateNotes, prepare, publish, addChannel, success, fail)
v6.0.3
v6.0.2
v6.0.1
v6.0.0
v5.0.0
v4.0.0
4.0.0 (2020-01-09)
Bug Fixes
- package: update execa to version 4.0.0 (662a148)
- use correct peerDependencies for semantic-release (fda4ecf)
- package: update aggregate-error to version 2.0.0 (f18fbd4)
- package: update execa to version 2.0.2 (6579bb3)
- package: update execa to version 3.0.0 (ae40d3f)
- return
false
inaddChannel
if step is skipped (d12a029) - return
false
inpublish
if package if step is skipped (48fc813)
Features
- add
addChannel
plugin step (bdeda6c) - require Node.js >=10.13 (e4367de)
- require Node.js >=8.15 (454965e)
BREAKING CHANGES
- Require Node.js >= 10.13
- Require Node.js => 8.15
v3.4.0-beta.10
v3.4.0-beta.9
v3.4.0-beta.8
3.4.0-beta.8 (2019-12-05)
Features
- require Node.js >=10.13 (e4367de)
BREAKING CHANGES
- Require Node.js >= 10.13