https://github.com/semantic-gitlog/gradle-semantic-gitlog
A simple semantic Versioning 2.0.0 management tool based on Conventional Commits. It automatically derive and manage version numbers and generate angular-style change logs.
https://github.com/semantic-gitlog/gradle-semantic-gitlog
changelog changelog-generator conventional-changelog conventional-commits gitlog gradle-plugin semver semver-release
Last synced: 10 days ago
JSON representation
A simple semantic Versioning 2.0.0 management tool based on Conventional Commits. It automatically derive and manage version numbers and generate angular-style change logs.
- Host: GitHub
- URL: https://github.com/semantic-gitlog/gradle-semantic-gitlog
- Owner: semantic-gitlog
- License: mit
- Created: 2020-02-16T14:59:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T07:15:37.000Z (over 2 years ago)
- Last Synced: 2026-01-13T08:54:51.697Z (6 months ago)
- Topics: changelog, changelog-generator, conventional-changelog, conventional-commits, gitlog, gradle-plugin, semver, semver-release
- Language: Java
- Homepage: https://semantic-gitlog.github.io/semantic-gitlog/
- Size: 232 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.json
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/semantic-gitlog/gradle-semantic-gitlog/actions)
[](https://github.com/semantic-gitlog/gradle-semantic-gitlog/releases)
[](https://search.maven.org/artifact/team.yi.gradle.plugin/gradle-semantic-gitlog)
[](https://semver.org/)
[](https://conventionalcommits.org)
[](https://github.com/semantic-gitlog/gradle-semantic-gitlog/blob/master/LICENSE)
# gradle-semantic-gitlog
A simple [Semantic Versioning](https://semver.org/) management tool based on [Conventional Commits](https://conventionalcommits.org).
It automatically derive and manage version numbers and generate [angular-style](https://github.com/angular/angular/blob/master/CONTRIBUTING.md) change logs.
> The [CHANGELOG.md](https://github.com/semantic-gitlog/gradle-semantic-gitlog/blob/master/CHANGELOG.md) of this project is automatically generated with this [template](https://github.com/semantic-gitlog/gradle-semantic-gitlog/blob/master/config/gitlog/CHANGELOG.md.mustache).
## Usage
* [Quick Start](https://semantic-gitlog.github.io/semantic-gitlog/#/en-us/with-gradle)
* [Plugin Options](https://semantic-gitlog.github.io/semantic-gitlog/#/en-us/components/gradle-semantic-gitlog/)
## Related community projects
* [semantic-commit](https://github.com/semantic-gitlog/semantic-commit)
* [semantic-gitlog](https://github.com/semantic-gitlog/semantic-gitlog)
* [maven-semantic-gitlog](https://github.com/semantic-gitlog/maven-semantic-gitlog)
* [semantic-version](https://github.com/skuzzle/semantic-version)
* [git-changelog-lib](https://github.com/tomasbjerre/git-changelog-lib)
## License
This is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).