Add release please workflow to help with releases#158
Add release please workflow to help with releases#158leikoilja wants to merge 3 commits intoOpenpanel-dev:mainfrom
Conversation
|
@leikoilja is attempting to deploy a commit to the Coderax's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
I have come to an conclusion that I don't want this on everything. I would love to have this for self-hosting but not on SDKs and what not since they all have some complex logic when I bump version. Could we just use release please for self-hosting purpose. Each release will contain all commits from the last time. And bump versions (same version on all) for these packages
|
|
@lindesvard , sounds about right. I have now pushed a commit with just those files bumped, please re-review :) |
b18e60a to
8fbe944
Compare
|
How is this one looking? This should help with dealing with this #335 issue. Can I somehow help this get off the ground? |
I have replied to your issue and this PR is still something I want to add but i need to figure out how to do it. All SDKs should have its own releaseme and then the rest should have versioning for self-hosted docker images. Not sure what the best approach here is... |
So the proposed CI action will:
mainbranch into a new PR (example)release(example)Closes #157