tomasbjerre / git-changelog-command-line

Command line tool to generate changelog, or releasenotes, from a git repository and a Handlebars template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kickstart to run it

hannesa2 opened this issue · comments

Following the README.md
image

I found no zip (only ArtifactId=git-release-notes has a zip)

image

Ok, I build for my own with

./gradlew build --stacktrace -i

./build/scripts/git-changelog-command-line -t changelog.mustache -sf changelog.json -of CHANGELOG.md

but it delivers

Error: Could not find or load main class se.bjurr.gitchangelog.main.Main

So I result in two questions:
A: where do I found a running artifact ?
B: (more important) how to build it by my own and run it ?

I uploaded a snapshot here:
https://github.com/tomasbjerre/git-changelog-command-line/releases/tag/180420

I'll work on getting it on central again when I have time.