Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appliedblockchain/changelog

changelog > Changelog.md - generates a markdown changelog from your git repository based on pull requests
https://github.com/appliedblockchain/changelog

ab-lib changelog changelog-generator git github nodejs repo repo-tools repositories toolkit tools

Last synced: about 2 months ago
JSON representation

changelog > Changelog.md - generates a markdown changelog from your git repository based on pull requests

Awesome Lists containing this project

README

        

```
# 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
```