-
|
@trombik , could you explain this to me? I'm just a little shocked by the amount of work you've done on CI. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@UncleRus Have not documented the whole process but here is what I have documented so far: https://github.com/esp-idf-lib/shared-workflows The workflows will not surprise anyone (I hope). Development:
Manual operations are:
Tricky part is when you need to update all the components, such as adding new common workflows, updating all components by one minor version. For these, helper tasks are available in release.rake ( |
Beta Was this translation helpful? Give feedback.
@UncleRus Have not documented the whole process but here is what I have documented so far:
https://github.com/esp-idf-lib/shared-workflows
The workflows will not surprise anyone (I hope).
Development:
Manual operations are:
Tricky part is when you need to update all the components, such as adding new common workflows, updating all components by one minor version. For these, helper tasks are available in release.rake (
gh…