upbound / universal-crossplane

Enterprise-grade @crossplane from @upbound
https://upbound.io/product/universal-crossplane
Apache License 2.0
120 stars 31 forks source link

Make release process task list more scriptable #407

Open phisco opened 9 months ago

phisco commented 9 months ago

What problem are you facing?

Currently the release procedure is mostly pointing to do things via UIs, e.g. run this workflow with these inputs, check this folder contains these files, which is really error prone.

How could UXP help solve your problem?

We could make the checklist a script leveraging tools such as gh to run pipelines, sed to do simple changes, variables to reference the right versions, etc... as discussed in https://github.com/upbound/universal-crossplane/pull/406