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

https://github.com/anton-johansson/conventional-changelog

Generates changelogs from Git metadata.
https://github.com/anton-johansson/conventional-changelog

changelog changelog-generator conventional-changelog conventional-commits git maven-plugin

Last synced: about 1 month ago
JSON representation

Generates changelogs from Git metadata.

Awesome Lists containing this project

README

        

# Conventional changelog

Generates changelogs from Git metadata.

## Maturity

This project is still during beta, but feel free to use it to test it out!

## Usage

This library can be used in two different ways. The first one - and probably the most useful one - takes the form of a Maven plugin. The other one is a regular Java library that can be used to directly use the changelog API. This artifact is used by the Maven plugin.

### Maven plugin

See [documentation](./conventional-changelog-maven-plugin).

### Java library

See [documentation](./conventional-changelog-core).

## Inspiration

This library is deeply inspired by [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) package for NodeJS.

## License

Apache License © [Anton Johansson](https://anton-johansson.com)