-
|
Are there any docs on the release workflow? Seems like I need to bump the version on a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey, sorry about that will definitely add some. Works been a bit crazy lately but will start having some more time to focus on this in about a week or so, and definitely working on the template docs as soon as I can For setting up a release the workflow is the following: This should leave you with From there the workflow would be:
Can definitely vary from this workflow, and I doubt it should affect too much, but this is kinda what I've been doing for the time being. I've tried out using proper gitflow where you merge |
Beta Was this translation helpful? Give feedback.
Hey, sorry about that will definitely add some. Works been a bit crazy lately but will start having some more time to focus on this in about a week or so, and definitely working on the template docs as soon as I can
For setting up a release the workflow is the following:
This should leave you with
release/x.y.zchecked out, committed, and ready to be pushed to remote if everything went as expected.From there the workflow would be:
r…