dhoulb / multi-semantic-release

Proof of concept that wraps semantic-release to work with monorepos.
BSD Zero Clause License
203 stars 36 forks source link

[question] there is a way to retrieve depsUpdate on another plugin ? #125

Open AlexisMtr opened 2 years ago

AlexisMtr commented 2 years ago

Hi,

I'm trying to use this plugin to release my application. My repo is composed of the source code of the service (non JS project), the docs and the Helm Chart used to deploy it.

I want to update the Chart.yaml based on the Semantic calculated values. So, I need to know the next version of my application to update the "appVersion" field

To declare a dependency between my chart and my application, I have put in the package.json the reference under "peerDependencies" key

Maybe I'm going wrong, let me know if you have a better way to achieve this

Thanks 🙂

antongolub commented 2 years ago

We're working on smth similar, if I understand correctly. We need to release multistack repo (npm + maven), update pom.xml, etc. I'm afraid, we dont have a final impl for this right now.

AlexisMtr commented 1 year ago

Do you know if they are a flow that can be used in the meantime ?