Open marcus-gomes-v opened 1 year ago
Where is located the link ?
In the changelog:
@vogloblinsky I would like to try to fix this as well, I reported to check if someone has some guides. Btw i Think maybe this is something to fix in the standard-version not here in the compodoc 🤔
Ok what is the raw text of the link in the changelog please ?
Overview of the issue
When using the compodoc under the bitbucket repo, the link of the commit in the changelog, is on singular and for bitbucket the commits are in the plural.
Operating System, Node.js, npm, compodoc version(s)
npm: 8.19.2 node: v18.12.1
Angular configuration, a
package.json
file in the root folderCompodoc installed globally or locally ?
Locally called.
Motivation for or Use Case
When used connected with the bitbucket the problem appears the diff between the commit link for Github and Bitbucket.
Reproduce the error
Just create a application and use the Bitbucket as repo, then when you use the release version to create automatic the compodoc, the links of the changelog that was automatic created when you use the standard commit, will be wrong
Eg automatic link generated:
https://bitbucket.org/<team>/<repo>/commit/<commit-number>
Suggest a Fix
Simple change the
Automatic link generated from:
https://bitbucket.org/<team>/<repo>/commit/<commit-number>
to:
https://bitbucket.org/<team>/<repo>/commits/<commit-number>