Skip to content

Is there a way to disable compare and commit urls? #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
unlocomqx opened this issue Mar 27, 2025 · 3 comments
Open

Is there a way to disable compare and commit urls? #216

unlocomqx opened this issue Mar 27, 2025 · 3 comments
Labels
question Further information is requested

Comments

@unlocomqx
Copy link

Hi

I tried setting them to an empty string

"commitUrlFormat":"",
"compareUrlFormat":"",

But they are still active.

I just want to generate a changelog without the urls

Is it possible?

Thank ypu

@unlocomqx unlocomqx added the question Further information is requested label Mar 27, 2025
@TimothyJones
Copy link
Member

Hi! Can you tell me where you set these properties?

@unlocomqx
Copy link
Author

In the .versionrc file like this

{
  "commitUrlFormat":"",
  "compareUrlFormat":"",
  "bumpFiles": [
    {
      "filename": "package.json",
      "type": "json"
    },
    {
      "filename": "dynamicproduct.php",
      "updater": "scripts/updater.cjs"
    }
  ]
}

Thank you

@AndreBezBirolo
Copy link

Same question here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants