@cobnl/conventional-changelog
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "@cobnl/conventional-changelog", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "COBnL conventional-changelog preset", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -35,3 +35,3 @@ var nodeReadFile = require('fs').readFile; | ||
// eslint-disable-next-line no-process-env | ||
var jiraURL = 'https://' + jiraCredentials + '@' + process.env.JIRA_URL + '/rest/api/latest/issue/'; | ||
var jiraURL = `https://${jiraCredentials}@${process.env.JIRA_URL}/rest/api/latest/issue/`; | ||
@@ -52,3 +52,4 @@ var getIssue = function (key) { | ||
summary: details.fields.summary, | ||
priority: priorities[details.fields.priority.id] | ||
priority: priorities[details.fields.priority.id], | ||
url: `https://{process.env.JIRA_URL}/browse/${key}` | ||
}; | ||
@@ -55,0 +56,0 @@ |
Sorry, the diff of this file is not supported yet
164
7216
9