-
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
fix(presets): add new opencost-ui to opencost monorepo #29547
fix(presets): add new opencost-ui to opencost monorepo #29547
Conversation
I've asked if they plan to do releases in opencost/opencost-ui repo as well, or else we won't be able to get a changelog. 🤔 Maybe it's not that important anyways. As we will get the changelog for opencost/opencost in the same PR. |
@MindTooth by the way: the Renovate docs, key concepts page for changelogs has more info about getting Renovate to see and understand the changelogs. That may help getting changelogs functional for those packages. |
Signed-off-by: Birger J. Nordølum <[email protected]>
22f3bc6
to
a058f6e
Compare
I did a sin with force push, not sure how this works when files are renamed, sorry. 😔 opencost/opencost-ui#18 just got merged, so this is a go ahead. I'm still at a loss on how changelog works after five years working with Renovate. MindTooth/renovate-opencost-test#5 does not pick up even when the log says it's fetching. 🤣 |
Hmm. Not sure about this one? Locally I have:
|
🎉 This PR is included in version 37.401.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
In anticipation for opencost/opencost-ui#18 getting merged.
This adds the opencost-ui project as a separate repo for the opencost monorepo. They've desided to split the projects, but still under the same umbrella.
They are released in the same pipeline, using the same version: https://github.com/opencost/opencost/blob/develop/.github/workflows/build-and-publish-release.yml
Context
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via:
I ran
pnpm run lint
.