Package org.jreleaser.sdk.git
Class ChangelogGenerator
- java.lang.Object
-
- org.jreleaser.sdk.git.ChangelogGenerator
-
public class ChangelogGenerator extends java.lang.Object- Since:
- 0.1.0
- Author:
- Andres Almiray
-
-
Constructor Summary
Constructors Constructor Description ChangelogGenerator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringgenerate(org.jreleaser.model.JReleaserContext context)protected java.lang.Iterable<org.eclipse.jgit.revwalk.RevCommit>resolveCommits(org.eclipse.jgit.api.Git git, org.jreleaser.model.JReleaserContext context)
-
-
-
Method Detail
-
resolveCommits
protected java.lang.Iterable<org.eclipse.jgit.revwalk.RevCommit> resolveCommits(org.eclipse.jgit.api.Git git, org.jreleaser.model.JReleaserContext context) throws org.eclipse.jgit.api.errors.GitAPIException, java.io.IOException- Throws:
org.eclipse.jgit.api.errors.GitAPIExceptionjava.io.IOException
-
generate
public static java.lang.String generate(org.jreleaser.model.JReleaserContext context) throws java.io.IOException- Throws:
java.io.IOException
-
-