Skip to content

appliedblockchain/changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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