release-with-ease
v2.0.1
Published
A script to bump the version of an npm library and update release notes. Uses Claude to analyze commits.
Maintainers
Readme
release-with-ease
A script that helps you bump the version of an npm library and update release notes. Uses Claude to analyze commits.
Usage
Run the script provided with the library:
npx release-with-easeIf you just want to preview the changes that would be made, use the --dry-run flag:
npx release-with-ease --dry-runPrerequisites
The script requires these environment variables to be set:
ANTHROPIC_API_KEY
You can get a key from https://console.anthropic.com/settings/keys.
The script also assumes that your README.md file has a # Changelog section.
Changelog
1.0.1
- Fix path to README and package.json
1.0.0
- Initial release
