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.
- Host: GitHub
- URL: https://github.com/anton-johansson/conventional-changelog
- Owner: anton-johansson
- License: apache-2.0
- Created: 2020-01-08T14:43:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T22:18:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T18:03:18.656Z (3 months ago)
- Topics: changelog, changelog-generator, conventional-changelog, conventional-commits, git, maven-plugin
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)