This is collection of little/non-critical issues with current state of repository, this issue relates both with #341 and #340 making preferences for patch-release:
- Misspelled word 'Perfomance' should be 'Performance' in:
.versionrc.json
- Command syntax is malformed - missing spaces between arguments. Should be 'npx --no-install commitlint --edit "$1"' in:
.husky/commit-msg
|
npx.cmd --no-installcommitlint--edit"$1" |
3-4) The commit URL format references 'mokkapps/changelog-generator-demo' which appears to be a template repository URL that should be updated to match the actual project repository in:
.versionrc.json
|
"commitUrlFormat": "https://github.com/mokkapps/changelog-generator-demo/commits/{{hash}}", |
|
"compareUrlFormat": "https://github.com/mokkapps/changelog-generator-demo/compare/{{previousTag}}...{{currentTag}}" |
This is collection of little/non-critical issues with current state of repository, this issue relates both with #341 and #340 making preferences for patch-release:
.versionrc.jsonPatternugit/.versionrc.json
Line 45 in a96f847
.husky/commit-msgPatternugit/.husky/commit-msg
Line 1 in a96f847
3-4) The commit URL format references 'mokkapps/changelog-generator-demo' which appears to be a template repository URL that should be updated to match the actual project repository in:
.versionrc.jsonPatternugit/.versionrc.json
Lines 56 to 57 in a96f847