Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

fake-logo

### 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