File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -295,19 +295,17 @@ It follows Kubernetes conventions and recommended good practices.
295295
296296</aside >
297297
298- ### Keeping your project up to date with ecosystem changes
298+ <aside class =" note " >
299+ <h1 > Keeping your project up to date with ecosystem changes </h1 >
299300
300- Kubebuilder provides the [ AutoUpdate Plugin] [ autoupdate-v1-alpha ]
301- to help keep your project aligned with the latest ecosystem changes.
302- When a new release is available, the plugin opens an ** Issue** with a
303- Pull Request compare link. You can then review the updates and, if helpful,
304- use [ GitHub AI models] [ ai-gh-models ] to understand what changes are needed to keep your project current.
301+ Use the Kubebuilder [ AutoUpdate Plugin] [ autoupdate-v1-alpha ] to keep your project
302+ aligned with the latest ecosystem changes. When a new release is available,
303+ it automatically opens an issue with a PR comparison link so you can review and update easily.
305304
306305``` bash
307306kubebuilder edit --plugins=" autoupdate/v1-alpha"
308307```
309-
310- This command scaffolds a GitHub workflow file at ` .github/workflows/autoupdate.yml ` .
308+ </aside >
311309
312310## Next Step
313311
You can’t perform that action at this time.
0 commit comments