-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bitbucket Cloud: include Release Notes in Renovate PRs #14964
Comments
I don't see release note fetching listed in the list of unsupported platform features for BitBucket Cloud, so I guess it should work if set up correctly. Did you create a This issue also discusses release note fetching on BitBucket Cloud: |
@HonkingGoose thanks for having a look at this so quickly :) As you say, Bitbucket Cloud: Unsupported platform features/concepts doesn't mention it, nor does Renovate core features not supported on all platforms. But the code for the changelog worker suggests that only GitHub and GitLab are supported. I can't find any implementation for other platforms. A GitHub token shouldn't be needed here. For scenarios where a repository hosted on Bitbucket Cloud receives a Renovate PR with an upgrade for a dependency also hosted on Bitbucket Cloud, GitHub is not involved in any way. |
|
Cheers! 😄
@einarpehrson You're right, it looks like we don't support fetching release notes on Bitbucket Cloud at all. You should be able to find out by reading the docs though, instead of needing to go search in the code. I created a issue to improve the docs, see: #14971. 😉
Our docs still recommend that you add a GitHub.com token anyway 1. I guess if you're fully on Bitbucket with both the bot and your dependencies that Renovate won't need a GitHub.com token, but you might still have dependencies with changelogs from GitHub without realizing it. I'll let @rarkins check me on this. 😉 Footnotes |
Hi there, Help us by making a minimal reproduction repository. Before we can start work on your issue we first need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction to understand what is needed. We may close the issue if you (or someone else) have not provided a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
@rarkins @viceice - this topic came up at my org today. We'd be interest in leaning-in add contributing support for fetching changelogs from platform:bitbucket. Would that be of interested? Question for you both: how important is the resolving #14138 in order to progress the bitbucket support in the near-term? |
I'm ok with you adding it prior. I think #14138 may take a very long time to get done |
@setchy If you start implementing it please try to make the new code as reusable as possible, so the we improve exiting stuff easier. 🤗 |
🎉 This issue has been resolved in version 35.159.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What would you like Renovate to be able to do?
For libraries hosted on Bitbucket Cloud, populate the Release Notes section in Renovate PRs.
If you have any ideas on how this should be implemented, please tell us here.
Is this a feature you are interested in implementing yourself?
No
The text was updated successfully, but these errors were encountered: