# Install in your project:
npx jq '.scripts.changelog = "npx @appliedblockchain/changelog > Changelog.md"' package.json > package.json.jq && mv package.json.jq package.json
# Regenerate changelog:
npm run changelog
# Commit:
git add Changelog.md
git commit -m "Updating changelog."
git push
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.