Uh oh!
There was an error while loading. Please reload this page.
Releases: semantic-release/exec
Release list
v7.1.0
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/execis now v24.1.0; the warn logger method/function is now available to use in plugin@semantic-release/execis 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/execis now v24.1.0; the warn logger method/function is now available to use in pluginrefactor: replace
nycwithc8as package for code coveragerefactor: update Node.js versions in package-lock.json and package.json
refactor: update
semantic-releasepeer-dependencies versionUpdate .github/workflows/test.yml
Co-authored-by: Matt Travi 126441+travi@users.noreply.github.com
refactor: update package.json to use fixed versions for
prettierandsemantic-releaserefactor: add main entry point to package.json
@semantic-release/execis now a native ES Module. It has named exports for each plugin hook (verifyConditions, analyzeCommits, verifyRelease, generateNotes, prepare, publish, addChannel, success, fail)