Skip to content

[COLLECTION]: collection of little issues in current state of project #342

Description

@Falcion

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:

  1. Misspelled word 'Perfomance' should be 'Performance' in:

.versionrc.json

"section": "Perfomance"

  1. 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}}"

Metadata

Metadata

Assignees

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions