https://github.com/soranoba/git-release-note
Release note generator for github
https://github.com/soranoba/git-release-note
git github release-notes
Last synced: about 2 months ago
JSON representation
Release note generator for github
- Host: GitHub
- URL: https://github.com/soranoba/git-release-note
- Owner: soranoba
- License: mit
- Created: 2019-10-25T03:45:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T03:33:55.000Z (almost 6 years ago)
- Last Synced: 2025-03-14T06:43:32.981Z (over 1 year ago)
- Topics: git, github, release-notes
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-release-note
Release note generator for github
## Description
- It print information of all PR between specified versions.
- PR number
- title
- It does not print for it that have not been merged using PR
## Installs
```bash
curl -O https://raw.githubusercontent.com/soranoba/git-release-note/master/git-release-note
chmod +x git-release-note
mv git-release-note /usr/local/bin/
```
## Examples
When using the [bbmustache](https://github.com/soranoba/bbmustache) repository,
```
$ git release-note v1.0.0 v1.8.0
- #40 (re-make) Allow {{.}} to appear on the top level
- #39 Official support for OTP22.0
- #35 raise error if argument on default_value_serializer is unsupported term.
- #34 Adding value serializer option to bbmustache
- #31 Add frequently asked content in README / fix typos.
- #29 Fix incompatible typespecs of some options
- #30 fix typo, write officially support version at doc.
- #27 FIX: If there are templates that do not exist, parse does not end...
- #25 Support OTP 21, and officially deprecated R16
- #23 Fix a simple typo in document and comment (contex -> context)
- #18 FIX: issue #17 : Tag lookup doesn't descend the context stack
```