Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-changelog-command-line

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-changelog-command-line - npm Package Compare versions

Comparing version 1.55.0 to 1.56.0

jdeploy-bundle/git-changelog-command-line-1.56.jar

18

CHANGELOG.md

@@ -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

2

jdeploy-bundle/jdeploy.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc