https://github.com/bartoszmajsak/github-changelog-generator
https://github.com/bartoszmajsak/github-changelog-generator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartoszmajsak/github-changelog-generator
- Owner: bartoszmajsak
- License: apache-2.0
- Created: 2019-09-17T19:18:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T18:56:08.000Z (over 3 years ago)
- Last Synced: 2025-02-23T17:40:43.323Z (3 months ago)
- Language: Go
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= GitHub Changelog Generator
Generates changelog from Pull Requests merged since last release.
[source,bash]
----
ghc generate --repository bartoszmajsak/github-changelog-generator
----== Labels
Pull Requests will be grouped by labels defined for them. There are two special labels which are handled differently:
* `skip-changelog` if present on the PR, it will not be included in the list
* `dependencies`, if PR is titled `"build(deps): bump lib from X to Y"` will only include the latest update in case of many since last release== Installation
Get latest `ghc` binary using simple download script:
[source,bash]
----
curl -sL http://git.io/install-ghc | bash
----TIP: You can also specify the version and directory before downloading `curl -sL http://git.io/install-ghc | bash -s -- --version=v0.0.1 --dir=~/bin`