Closed borzaka closed 3 months ago
The problem is with the multiple Remotes. If I clone only the Bitbucket version to a new folder, it works fine. So, any solution for that? :)
The solution was: set the repository.url
in the package.json:
"repository": {
"url": "https://bitbucket.xxx.hu/projects/yyy/repos/ccc"
},
Describe the bug I have configured a custom
commitUrlFormat
andissueUrlFormat
, but in the generated CHANGELOG.md none of them are recognized and used.The config file:
Current behavior In the generated CHANGELOG.md the commit hashes and the issues are not linked.
Commands run:
npm run release -- --first-release
, but without the--first-release
it's also the same.Generated CHANGELOG.md
Expected behavior In the generated CHANGELOG.md the commit hashes and the issues are linked.
Environment
commit-and-tag-version
version(s): ^12.4.1Possible Solution
Additional context
issueUrlFormat
andissuePrefixes
, and everything worked out of the box. Even the commit URL was recognized successfully.commit-and-tag-version
issueUrlFormat
is correctly recognized and used when it's part of the subject. But not when in the footer.fix: fix order, playment and other common pages padding/margin
Refs: ZZZ-10162