Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serpro69/changelogen
Generate changelog from github tags, issues, pull-requests, and labels.
https://github.com/serpro69/changelogen
changelog changelog-generator cli-app generator github kotlin
Last synced: 10 days ago
JSON representation
Generate changelog from github tags, issues, pull-requests, and labels.
- Host: GitHub
- URL: https://github.com/serpro69/changelogen
- Owner: serpro69
- License: mit
- Created: 2020-07-11T09:33:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T09:33:59.000Z (over 4 years ago)
- Last Synced: 2024-11-19T01:41:45.878Z (2 months ago)
- Topics: changelog, changelog-generator, cli-app, generator, github, kotlin
- Language: Kotlin
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### changelogen
> Generate changelog from tags, issues, pull-requests, and labels.
## ToC
* [About](#about)
* [Installation](#installation)
* [Usage](#usage)## About
An opinionated changelog generator inspired by ruby [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator) gem,
written kcompletely in kotlin and compiled as a native image to avoid any
external dependencies.
Generates changelog using github-based data such as tags, issues, PRs.Avoiding "external" dependencies (such as ruby) is the main motivation for this project.
## Installation
TODO## Usage
TODO