You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🙂
The text was updated successfully, but these errors were encountered:
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.
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" fieldTo declare a dependency between my chart and my application, I have put in the
package.json
the reference under "peerDependencies" keyMaybe I'm going wrong, let me know if you have a better way to achieve this
Thanks 🙂
The text was updated successfully, but these errors were encountered: