git-changelog-command-line
Advanced tools
Comparing version 1.55.0 to 1.56.0
@@ -5,2 +5,20 @@ # Git Changelog Command Line changelog | ||
## Next release | ||
### Other changes | ||
**Gradle 5** | ||
[f24a4ac79d4008f](https://github.com/tomasbjerre/git-changelog-command-line/commit/f24a4ac79d4008f) Tomas Bjerre *2019-06-11 17:59:20* | ||
## 1.55 | ||
### Other changes | ||
**Removing dependency on javax.xml** | ||
[1108865f1024786](https://github.com/tomasbjerre/git-changelog-command-line/commit/1108865f1024786) Tomas Bjerre *2019-06-11 16:58:38* | ||
## 1.54 | ||
@@ -7,0 +25,0 @@ ### Other changes |
@@ -68,3 +68,3 @@ #! /usr/bin/env node | ||
var path = require('path'); | ||
var jarName = "git-changelog-command-line-1.55.jar"; | ||
var jarName = "git-changelog-command-line-1.56.jar"; | ||
var mainClass = "{{MAIN_CLASS}}"; | ||
@@ -71,0 +71,0 @@ var classPath = "{{CLASSPATH}}"; |
@@ -15,5 +15,5 @@ { | ||
"preferGlobal": true, | ||
"version": "1.55.0", | ||
"version": "1.56.0", | ||
"jdeploy": { | ||
"jar": "build/libs/git-changelog-command-line-1.55.jar" | ||
"jar": "build/libs/git-changelog-command-line-1.56.jar" | ||
}, | ||
@@ -20,0 +20,0 @@ "dependencies": { |
@@ -140,2 +140,6 @@ # Git Changelog Command Line | ||
Default: \b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\b | ||
-jba, --jira-basic-auth <string> Optional token to authenticate | ||
with Jira. | ||
<string>: any string | ||
Default: | ||
-js, --jiraServer <string> Jira server. When a Jira server is | ||
@@ -142,0 +146,0 @@ given, the title of the Jira issues can be |
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
8760325
219