Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shonenada/changelogs.sh
A simple script to print changelogs from pull requests
https://github.com/shonenada/changelogs.sh
Last synced: 26 days ago
JSON representation
A simple script to print changelogs from pull requests
- Host: GitHub
- URL: https://github.com/shonenada/changelogs.sh
- Owner: shonenada
- Created: 2020-12-17T15:44:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T04:22:25.000Z (about 1 year ago)
- Last Synced: 2024-10-28T03:34:12.833Z (2 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs.sh
Awesome Lists containing this project
README
# changelogs.sh
A simple script to fetch and print changelogs according to pull requests
## Quick Start
Copy script into /usr/bin.
```bash
sudo cp changelogs.sh /usr/bin/git-cls
```Then get logs in your github repository work directory by `git-cls`.