Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/appliedblockchain/changelog
- Owner: appliedblockchain
- License: other
- Archived: true
- Created: 2018-08-01T11:49:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T18:23:11.000Z (almost 3 years ago)
- Last Synced: 2024-08-26T19:55:59.812Z (3 months ago)
- Topics: ab-lib, changelog, changelog-generator, git, github, nodejs, repo, repo-tools, repositories, toolkit, tools
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: License.md
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
```