Releases: semantic-release/exec
v7.0.3
v7.0.2
v7.0.1
v7.0.0
7.0.0 (2025-01-31)
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 -
@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)
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)