Skip to content

benDeMtp/releasenote-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReleasenoteGenerator

This app generate a release note according to the git history. The output format is asccidoc.

It’s written in java and use the quarkus framework

Build

jar file
mvnw package
binary file
mvnw package -Dnative -Dquarkus.native.container-build=true

Usage

print help
>releasenoteGenerator-1.0.0-SNAPSHOT-runner -h

Usage: releaseNoteGenerator [-hV] [-b=<bugTrackerUrl>] [-d=<target>]
                            [-o=<output>] [-p=<issueIdPattern>] [-t=<tag>]
generate releaseNote for conventional commits
  -b, --bug-tracker-url=<bugTrackerUrl>
                             Bug traker url
  -d, --directory=<target>   local git repository
  -h, --help                 Show this help message and exit.
  -o, --output=<output>      file relative path where the release note will be
                               writen
  -p, --pattern=<issueIdPattern>
                             Issue id pattern (regex)
  -t, --tags=<tag>           Tag name
  -V, --version              Print version information and exit.

About

Tools that generate a change log from git commits and tags

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages