offline-github-changelog
Advanced tools
Comparing version 1.2.0 to 1.3.0
const { spawnSync } = require("child_process"); | ||
const markdownEscape = require("markdown-escape"); | ||
@@ -82,3 +83,3 @@ const generateChangelog = () => { | ||
console.log( | ||
`- [#${pullRequestNumber}](${repositoryUrl}/pull/${pullRequestNumber}) ${message} (${authors.join( | ||
`- [#${pullRequestNumber}](${repositoryUrl}/pull/${pullRequestNumber}) ${markdownEscape(message)} (${authors.join( | ||
", " | ||
@@ -85,0 +86,0 @@ )})` |
{ | ||
"name": "offline-github-changelog", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A changelog generator for Github projects that only uses the Git history", | ||
@@ -27,3 +27,6 @@ "main": "index.js", | ||
"offline-github-changelog": "./bin/offline-github-changelog" | ||
}, | ||
"dependencies": { | ||
"markdown-escape": "^1.0.2" | ||
} | ||
} |
6005
80
1
5
+ Addedmarkdown-escape@^1.0.2
+ Addedmarkdown-escape@1.1.0(transitive)