@healthlineapps/commitizen-conventional-changelog
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -56,3 +56,3 @@ var wrap = require('word-wrap'); | ||
name: 'scope', | ||
message: 'Denote the scope of this change (admin portal, apis, msbuddy, bch):\n' | ||
message: 'Denote the scope of this change (admin portal, backend, msbuddy, bch):\n' | ||
}, { | ||
@@ -75,3 +75,3 @@ type: 'input', | ||
name: 'footer', | ||
message: 'List any breaking changes or issues closed by this change (e.g references #5077, closes #5077, etc.):\n' | ||
message: 'List any breaking changes or issues closed by this change (e.g references MA-2716, closes MA-2813, etc.):\n' | ||
}, { | ||
@@ -78,0 +78,0 @@ type: 'list', |
{ | ||
"name": "@healthlineapps/commitizen-conventional-changelog", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -59,3 +59,3 @@ var wrap = require('word-wrap'); | ||
name: 'scope', | ||
message: 'Denote the scope of this change (admin portal, apis, msbuddy, bch):\n' | ||
message: 'Denote the scope of this change (admin portal, backend, msbuddy, bch):\n' | ||
}, { | ||
@@ -78,3 +78,3 @@ type: 'input', | ||
name: 'footer', | ||
message: 'List any breaking changes or issues closed by this change (e.g references #5077, closes #5077, etc.):\n' | ||
message: 'List any breaking changes or issues closed by this change (e.g references MA-2716, closes MA-2813, etc.):\n' | ||
}, { | ||
@@ -81,0 +81,0 @@ type: 'list', |
10341