fix(mod_commit): Fix changelog template rendering by removing extra new line when no version details are provided.

This commit is contained in:
Philipp Kunz 2024-06-23 23:52:48 +02:00
parent f1d75a3aba
commit c99ff2556e
5 changed files with 73 additions and 67 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2024-06-23 - 1.9.121 - fix(mod_commit)
Fix changelog template rendering by removing extra new line when no version details are provided.
- Update package.json dependencies: @git.zone/tsdoc and @push.rocks/smartpromise to latest versions.
## 2024-06-23 - 1.9.120 - fix(mod_commit)
Handle edge case for empty version details in changelog formatting

View File

@ -58,7 +58,7 @@
"@types/node": "^20.14.8"
},
"dependencies": {
"@git.zone/tsdoc": "^1.3.8",
"@git.zone/tsdoc": "^1.3.9",
"@push.rocks/commitinfo": "^1.0.12",
"@push.rocks/early": "^4.0.4",
"@push.rocks/gulp-function": "^3.0.7",
@ -80,7 +80,7 @@
"@push.rocks/smartobject": "^1.0.12",
"@push.rocks/smartopen": "^2.0.0",
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartpromise": "^4.0.4",
"@push.rocks/smartscaf": "^4.0.15",
"@push.rocks/smartshell": "^3.0.5",
"@push.rocks/smartstream": "^3.0.44",

View File

@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@git.zone/tsdoc':
specifier: ^1.3.8
version: 1.3.8
specifier: ^1.3.9
version: 1.3.9
'@push.rocks/commitinfo':
specifier: ^1.0.12
version: 1.0.12
@ -75,8 +75,8 @@ importers:
specifier: ^5.0.18
version: 5.0.18
'@push.rocks/smartpromise':
specifier: ^4.0.3
version: 4.0.3
specifier: ^4.0.4
version: 4.0.4
'@push.rocks/smartscaf':
specifier: ^4.0.15
version: 4.0.15
@ -320,8 +320,8 @@ packages:
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
hasBin: true
'@git.zone/tsdoc@1.3.8':
resolution: {integrity: sha512-lNwku4Brv4OyHC6dQz5FtTOqJwHosR+2QhmgHkGaqAYeFiO5Sg56RZIoIgvGo4+zbMuXRYATUyhyYMNhBv3WCA==}
'@git.zone/tsdoc@1.3.9':
resolution: {integrity: sha512-2FNoMi49oSmTKiQrjsLk2QImNSZwSM7aWFKJITdZnoQJkKuyWoGjZLpzRTMIU20ryuVN9Kw5JD5cqModdw29yQ==}
hasBin: true
'@git.zone/tsrun@1.2.46':
@ -517,8 +517,8 @@ packages:
'@push.rocks/smartfm@2.0.4':
resolution: {integrity: sha512-5cDSW/+85mI+9lVkiivQKfq+HHdbXz+Vv8rKYX6/4yNpyJup+0YDlrtqnCXSp683cJd/gfGLVX/eNN9LIGe4Nw==}
'@push.rocks/smartgit@3.1.0':
resolution: {integrity: sha512-a3LbECFQSURkJc9t8CGJrzv7ZzfG1c83x424nb6jfj3jVJXCqjMvs1AkmpkUiro77J7yg4CavTu8vslAfrPIOw==}
'@push.rocks/smartgit@3.1.1':
resolution: {integrity: sha512-ANUzouwWO/ZZFP038cTbr+SdJSHX0mX6R7t8rNv68FRJMwuViuY/5Oop+el4d80HtQD25vQyfoWU7Mb8eACIwA==}
'@push.rocks/smartguard@3.0.2':
resolution: {integrity: sha512-9TuYPSRxNj0DS84d5ZvSARXRehVCqVq7nC85o/p58kb3aeRtY0A6Hz9dtSdFjEvprEBCqEEzdmiFlNsNYBpwbQ==}
@ -599,8 +599,8 @@ packages:
'@push.rocks/smartpnpm@1.0.6':
resolution: {integrity: sha512-AD0U4n53LBdBnj9MXAMF7cAqjyE0j3xbTH7Bd1v5ywjt3aFOJockAwDBOP+3dEK1QUHM17p+VP9HdX1faTCtzw==}
'@push.rocks/smartpromise@4.0.3':
resolution: {integrity: sha512-z3lIso4/6KK3c6NFTVGZ7AOBsGURf8ha3qQtX/OxjZFk5dqS//8PLd0XqghVdIaUlRGmJ7Sfds/efZERWn1tAg==}
'@push.rocks/smartpromise@4.0.4':
resolution: {integrity: sha512-Mbh+DnX4+rVPEZgYU7LtTJI/AYoNn7+h27AycEFpPJW41DCfjTiXiI0+ecNdyO1AfbcL0Q02RQjoEauEWx5FQg==}
'@push.rocks/smartpuppeteer@2.0.2':
resolution: {integrity: sha512-EcYCT0PX++WjfHp7W5UYX3t8x5gSNpJMMUvhA7SHz8b2t76ItslNWxprRcF0CUQyN1fozbf5StZf7dwdGc/dIA==}
@ -3698,7 +3698,7 @@ snapshots:
'@push.rocks/smartbuffer': 3.0.4
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartguard': 3.0.2
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/webrequest': 3.0.37
'@push.rocks/webstream': 1.0.10
@ -3725,7 +3725,7 @@ snapshots:
'@push.rocks/smartntml': 2.0.4
'@push.rocks/smartopen': 2.0.0
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smartsitemap': 2.0.3
@ -3806,7 +3806,7 @@ snapshots:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartmarkdown': 3.0.3
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrouter': 1.0.16
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smartstate': 2.0.17
@ -3910,7 +3910,7 @@ snapshots:
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
typescript: 5.4.5
'@git.zone/tsbundle@2.0.15':
@ -3922,7 +3922,7 @@ snapshots:
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartlog-destination-local': 9.0.2
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartspawn': 3.0.3
'@types/html-minifier': 4.0.5
esbuild: 0.19.12
@ -3931,7 +3931,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@git.zone/tsdoc@1.3.8':
'@git.zone/tsdoc@1.3.9':
dependencies:
'@push.rocks/early': 4.0.4
'@push.rocks/npmextra': 5.0.23
@ -3940,7 +3940,7 @@ snapshots:
'@push.rocks/smartcli': 4.0.11
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartgit': 3.1.0
'@push.rocks/smartgit': 3.1.1
'@push.rocks/smartinteract': 2.0.15
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartlog-destination-local': 9.0.2
@ -3976,7 +3976,7 @@ snapshots:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartshell': 3.0.5
'@push.rocks/tapbundle': 5.0.23
'@types/ws': 8.5.10
@ -4120,11 +4120,11 @@ snapshots:
'@push.rocks/early@4.0.4':
dependencies:
'@push.rocks/consolecolor': 2.0.2
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/gulp-function@3.0.7':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@types/through2': 2.0.41
through2: 3.0.2
@ -4145,7 +4145,7 @@ snapshots:
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartstring': 4.0.15
'@push.rocks/smartunique': 3.0.9
'@push.rocks/taskbuffer': 3.1.7
@ -4155,7 +4155,7 @@ snapshots:
dependencies:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartmatch': 2.0.0
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smarttime': 4.0.6
'@types/minimatch': 5.1.2
@ -4167,7 +4167,7 @@ snapshots:
'@push.rocks/smartfile': 10.0.41
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/taskbuffer': 3.1.7
'@push.rocks/npmextra@5.0.23':
@ -4177,7 +4177,7 @@ snapshots:
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/taskbuffer': 3.1.7
'@tsclass/tsclass': 4.0.60
@ -4186,7 +4186,7 @@ snapshots:
dependencies:
'@push.rocks/smartfile': 10.0.41
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartstring': 4.0.15
'@push.rocks/qenv@6.0.5':
@ -4204,7 +4204,7 @@ snapshots:
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpdf': 3.1.6
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/webstream': 1.0.10
openai: 4.52.0
@ -4218,7 +4218,7 @@ snapshots:
dependencies:
'@push.rocks/smartfile': 10.0.41
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smartstream': 2.0.8
@ -4246,7 +4246,7 @@ snapshots:
'@push.rocks/smartbucket@2.0.4':
dependencies:
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smartstream': 2.0.8
'@tsclass/tsclass': 4.0.60
@ -4268,7 +4268,7 @@ snapshots:
'@push.rocks/smartchok@1.0.34':
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@tempfix/watcher': 2.3.0
@ -4277,17 +4277,17 @@ snapshots:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartobject': 1.0.12
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
yargs-parser: 21.1.1
'@push.rocks/smartdelay@3.0.5':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartenv@5.0.12':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartevent@2.0.5':
dependencies:
@ -4298,13 +4298,13 @@ snapshots:
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
tree-kill: 1.2.2
'@push.rocks/smartexpect@1.0.21':
dependencies:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
fast-deep-equal: 3.1.3
'@push.rocks/smartfeed@1.0.11':
@ -4324,7 +4324,7 @@ snapshots:
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartmime': 1.0.6
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smartstream': 2.0.8
'@types/fs-extra': 11.0.4
@ -4343,7 +4343,7 @@ snapshots:
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartmime': 2.0.2
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smartstream': 3.0.44
'@types/fs-extra': 11.0.4
@ -4357,12 +4357,12 @@ snapshots:
dependencies:
gray-matter: 4.0.3
'@push.rocks/smartgit@3.1.0':
'@push.rocks/smartgit@3.1.1':
dependencies:
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartshell': 3.0.5
'@push.rocks/smartstring': 4.0.15
'@push.rocks/smarttime': 4.0.8
@ -4373,14 +4373,14 @@ snapshots:
'@push.rocks/smartguard@3.0.2':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smartgulp@3.0.4':
dependencies:
'@push.rocks/smartevent': 2.0.5
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartstream': 3.0.44
'@types/through2': 2.0.41
through2: 4.0.2
@ -4388,7 +4388,7 @@ snapshots:
'@push.rocks/smarthash@3.0.4':
dependencies:
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@types/through2': 2.0.41
through2: 4.0.2
@ -4403,7 +4403,7 @@ snapshots:
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartobject': 1.0.12
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@types/inquirer': 9.0.7
inquirer: 9.2.23
@ -4419,7 +4419,7 @@ snapshots:
'@push.rocks/smartmarkdown': 3.0.3
'@push.rocks/smartmustache': 3.0.2
'@push.rocks/smartpnpm': 1.0.6
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartshell': 3.0.5
'@tsclass/tsclass': 4.0.60
transitivePeerDependencies:
@ -4433,7 +4433,7 @@ snapshots:
dependencies:
'@push.rocks/consolecolor': 2.0.2
'@push.rocks/smartlog-interfaces': 3.0.2
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartlog-interfaces@3.0.2':
dependencies:
@ -4498,7 +4498,7 @@ snapshots:
'@push.rocks/smartarchive': 3.0.8
'@push.rocks/smartfile': 10.0.41
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrequest': 2.0.22
'@push.rocks/smarttime': 4.0.6
'@push.rocks/smartversion': 3.0.5
@ -4525,7 +4525,7 @@ snapshots:
'@push.rocks/smartparam@1.1.10':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
minimatch: 9.0.4
'@push.rocks/smartpath@5.0.18': {}
@ -4537,7 +4537,7 @@ snapshots:
'@push.rocks/smartfile': 11.0.20
'@push.rocks/smartnetwork': 3.0.2
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartpuppeteer': 2.0.2
'@push.rocks/smartunique': 3.0.9
'@tsclass/tsclass': 4.0.60
@ -4556,7 +4556,7 @@ snapshots:
dependencies:
'@push.rocks/smartshell': 3.0.5
'@push.rocks/smartpromise@4.0.3': {}
'@push.rocks/smartpromise@4.0.4': {}
'@push.rocks/smartpuppeteer@2.0.2':
dependencies:
@ -4572,7 +4572,7 @@ snapshots:
'@push.rocks/smartrequest@2.0.22':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smarturl': 3.0.7
agentkeepalive: 4.5.0
form-data: 4.0.0
@ -4583,7 +4583,7 @@ snapshots:
'@push.rocks/smartrx@3.0.7':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
rxjs: 7.8.1
'@push.rocks/smartscaf@4.0.15':
@ -4594,7 +4594,7 @@ snapshots:
'@push.rocks/smarthbs': 3.0.3
'@push.rocks/smartinteract': 2.0.15
'@push.rocks/smartparam': 1.1.10
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartshell': 3.0.5
'@push.rocks/smartyaml': 2.0.5
@ -4602,7 +4602,7 @@ snapshots:
dependencies:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartexit': 1.0.23
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@types/which': 3.0.4
tree-kill: 1.2.2
which: 4.0.0
@ -4627,7 +4627,7 @@ snapshots:
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smarttime': 4.0.6
engine.io: 6.5.4
@ -4641,7 +4641,7 @@ snapshots:
'@push.rocks/smartspawn@3.0.3':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
spawn-wrap: 2.0.0
threads: 1.7.0
tiny-worker: 2.3.0
@ -4653,13 +4653,13 @@ snapshots:
'@push.rocks/isohash': 2.0.1
'@push.rocks/lik': 6.0.15
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/webstore': 2.0.20
'@push.rocks/smartstream@2.0.8':
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@types/from2': 2.3.5
'@types/through2': 2.0.41
@ -4670,7 +4670,7 @@ snapshots:
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smartstring@4.0.15':
@ -4688,7 +4688,7 @@ snapshots:
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
croner: 7.0.7
dayjs: 1.11.11
is-nan: 1.3.2
@ -4698,7 +4698,7 @@ snapshots:
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
croner: 7.0.7
dayjs: 1.11.11
is-nan: 1.3.2
@ -4743,7 +4743,7 @@ snapshots:
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartexpect': 1.0.21
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smarttime': 4.0.6
transitivePeerDependencies:
- bufferutil
@ -4755,7 +4755,7 @@ snapshots:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartlog': 3.0.7
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@push.rocks/smarttime': 4.0.6
'@push.rocks/smartunique': 3.0.9
@ -4765,7 +4765,7 @@ snapshots:
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/webstore': 2.0.20
'@push.rocks/websetup@3.0.19':
@ -4780,7 +4780,7 @@ snapshots:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartenv': 5.0.12
'@push.rocks/smartjson': 5.0.20
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartpromise': 4.0.4
'@push.rocks/smartrx': 3.0.7
'@tempfix/idb': 8.0.3
fake-indexeddb: 5.0.2

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.9.120',
version: '1.9.121',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
}

View File

@ -77,7 +77,7 @@ export const run = async (argvArg: any) => {
if (nextCommitObject.recommendedNextVersionDetails?.length > 0) {
changelog = changelog.replaceAll('{{nextVersionDetails}}', '- ' + nextCommitObject.recommendedNextVersionDetails.join('\n- '));
} else {
changelog = changelog.replaceAll('\n\n{{nextVersionDetails}}', '');
changelog = changelog.replaceAll('\n{{nextVersionDetails}}', '');
}
await plugins.smartfile.memory.toFs(changelog, plugins.path.join(paths.cwd, `changelog.md`));