Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 302 Bytes

Readme.md

File metadata and controls

13 lines (10 loc) · 302 Bytes
# 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