Commit 95646d7
authored
refactor: consolidate code generation into single make target (#1050)
Replace multiple make commands in CI with a single `make generate-all` target
that executes all generation steps in the correct order:
clean -> generate -> manifests -> clusterapi-manifests -> docs -> release
This simplifies both CI workflow and local development by providing a single
command to regenerate all artifacts, eliminating the risk of missing steps
and ensuring consistency across environments.
Signed-off-by: kahirokunn <[email protected]>1 parent 62d68e1 commit 95646d7
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
273 | 277 | | |
274 | 278 | | |
275 | 279 | | |
| |||
0 commit comments