Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-release-convention) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Release Automation Toolkit
Created for those who struggle with setting up release automation and end up manually updating versions and creating release notes.
Built on top of semantic-release
.
With just one click of the following commands, your project's release automation setup will be complete.
npx create-release-convention
yarn create release-convention
pnpm create release-convention
After running this, the moment you push to the main
branch, Github Actions will automatically version your project, create release notes, and even generate a CHANGELOG.md
file.