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

https://github.com/oda2/git-changelog

Git Project changelog Generator: Create changelog effortlessly without the need for additional tools.
https://github.com/oda2/git-changelog

Last synced: 8 months ago
JSON representation

Git Project changelog Generator: Create changelog effortlessly without the need for additional tools.

Awesome Lists containing this project

README

          

# GIT-Changelog
> GIT Project Changelog Generator: Create change logs effortlessly without the need for additional tools.

[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE-MIT)

# About

This Rust-written CLI assists projects in generating a changelog without the need to install additional tools or create scripts with direct dependencies on the project. The idea behind this simple CLI is to effortlessly generate the project's changelog, integrate it into a pipeline, and include it in the generated artifacts. This CLI was originally designed for use in Gitlab, where there are no additional tools available for generating changelogs. You can publish the output of this script on GitLab Pages (or GitHub Pages).

## License
Licensed under [MIT](https://github.com/Oda2/git-changelog/blob/master/LICENSE)