git-changelog-command-line icon indicating copy to clipboard operation
git-changelog-command-line copied to clipboard

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

Results 2 git-changelog-command-line issues
Sort by recently updated
recently updated
newest added

I'm able to authenticate on a Jenkins pipeline using the git-changelog-plugin this way : ```groovy withCredentials([usernamePassword(credentialsId: atlassianCredentialsId, passwordVariable: 'JIRA_PASSWORD', usernameVariable: 'JIRA_USERNAME')]) { def templateString = readFile(file: templateFile) def changelogString =...

I want to generate a report of the source code. The report should display the following details. This will be run daily per repository basis. Commit id,Author ,Comments, Revision number,Filename,Date...