https://github.com/gluons/changelog
📝 Generate changelog from :octocat: GitHub releases.
https://github.com/gluons/changelog
changelog github github-releases release releases
Last synced: about 2 months ago
JSON representation
📝 Generate changelog from :octocat: GitHub releases.
- Host: GitHub
- URL: https://github.com/gluons/changelog
- Owner: gluons
- License: apache-2.0
- Created: 2017-05-14T14:42:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T12:24:18.000Z (about 5 years ago)
- Last Synced: 2025-08-09T03:04:04.526Z (2 months ago)
- Topics: changelog, github, github-releases, release, releases
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ch-log
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Changelog
[](./LICENSE)
[](https://www.npmjs.com/package/ch-log)
[](https://www.npmjs.com/package/ch-log)
[](https://travis-ci.org/gluons/changelog)
[](https://github.com/gluons/tslint-config-gluons)
[](https://github.com/carloscuesta/gitmoji)📝 Generate changelog from GitHub releases.
## Installation
Via [NPM](https://www.npmjs.com):
[](https://www.npmjs.com/package/ch-log)
```
npm install --global ch-log
```Via [Yarn](https://yarnpkg.com):
```
yarn global add ch-log
```## Usage
```
Generate changelog from GitHub releases.Usage: changelog []
Options:
--help, -h Show help [boolean]
--version, -v Show version number [boolean]
--token, -t GitHub access token [string]Examples:
changelog Generate changelog from repository in current working directory.
changelog gluons/vue-github-buttons Generate changelog from gluons/vue-github-buttons repository on GitHub.
```You can also set your [GitHub access token](https://github.com/settings/tokens) by `CHANGELOG_GH_TOKEN` environment variable.