Anton Johansson :: Conventional changelog :: Core

Provides the core utility for the conventional changelog tools.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.anton-johansson
ArtifactId

ArtifactId

conventional-changelog-core
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Anton Johansson :: Conventional changelog :: Core
Provides the core utility for the conventional changelog tools.
Project Organization

Project Organization

Viskan System AB

Download conventional-changelog-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.anton-johansson/conventional-changelog-core/ -->
<dependency>
    <groupId>com.anton-johansson</groupId>
    <artifactId>conventional-changelog-core</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.anton-johansson/conventional-changelog-core/
implementation 'com.anton-johansson:conventional-changelog-core:0.1.0'
// https://jarcasting.com/artifacts/com.anton-johansson/conventional-changelog-core/
implementation ("com.anton-johansson:conventional-changelog-core:0.1.0")
'com.anton-johansson:conventional-changelog-core:jar:0.1.0'
<dependency org="com.anton-johansson" name="conventional-changelog-core" rev="0.1.0">
  <artifact name="conventional-changelog-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anton-johansson', module='conventional-changelog-core', version='0.1.0')
)
libraryDependencies += "com.anton-johansson" % "conventional-changelog-core" % "0.1.0"
[com.anton-johansson/conventional-changelog-core "0.1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.9
org.eclipse.jgit : org.eclipse.jgit jar 5.6.0.201912101111-r
com.github.jknack : handlebars jar 4.1.2
commons-io : commons-io jar 2.6
org.apache.maven : maven-model jar 3.6.3

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.junit.jupiter : junit-jupiter-engine jar 5.6.0

Project Modules

There are no modules declared in this project.

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.

Java library

See documentation.

Inspiration

This library is deeply inspired by conventional-changelog package for NodeJS.

License

Apache License © Anton Johansson

com.anton-johansson

Viskan System AB

Versions

Version
0.1.0