![JAR search and dependency download from the Maven repository](/logo.png)
com.selesse.gradle.git.changelog.convention.MarkdownConvention.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-git-changelog Show documentation
Show all versions of gradle-git-changelog Show documentation
Generate Git changelogs for Gradle projects
package com.selesse.gradle.git.changelog.convention
import groovy.transform.ToString
@ToString
class MarkdownConvention {
String commitFormat = '* %s (%an)'
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy