git-changelog-command-line
Advanced tools
Comparing version 1.50.0 to 1.51.0
@@ -68,3 +68,3 @@ #! /usr/bin/env node | ||
var path = require('path'); | ||
var jarName = "git-changelog-command-line-1.50.jar"; | ||
var jarName = "git-changelog-command-line-1.51.jar"; | ||
var mainClass = "{{MAIN_CLASS}}"; | ||
@@ -71,0 +71,0 @@ var classPath = "{{CLASSPATH}}"; |
@@ -7,2 +7,6 @@ { | ||
"description": "Command line tool for generating a changelog, or releasenotes, from a GIT repository.", | ||
"keywords": [ | ||
"changelog", | ||
"releasenotes" | ||
], | ||
"homepage": "https://github.com/tomasbjerre/git-changelog-command-line", | ||
@@ -12,5 +16,5 @@ "repository": "git@github.com:tomasbjerre/git-changelog-command-line.git", | ||
"preferGlobal": true, | ||
"version": "1.50.0", | ||
"version": "1.51.0", | ||
"jdeploy": { | ||
"jar": "build/libs/git-changelog-command-line-1.50.jar" | ||
"jar": "build/libs/git-changelog-command-line-1.51.jar" | ||
}, | ||
@@ -17,0 +21,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8860550