File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
docs/book/src/reference/commands Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,19 @@ not re-applying your code.
99By default, the final result is ** squashed into a single commit** on a dedicated output branch.
1010If you prefer to keep the full history (no squash), use ` --show-commits ` .
1111
12- > ** Tip:** You can reduce the burden of keeping your project up to date by using the
12+ <aside class =" note " >
13+ <H1 > Automate this process </H1 >
14+
15+ You can reduce the burden of keeping your project up to date by using the
1316[ ` autoupdate.kubebuilder.io/v1-alpha ` ] [ autoupdate-plugin ] plugin which
1417automates the process of running ` kubebuilder alpha update ` on a schedule
1518workflow when new Kubebuilder releases are available.
16- >
17- > Moreover, you will be able to get help from AI models to understand what changes are needed to keep your project up to date
19+
20+ Moreover, you will be able to get help from [ AI models] [ ai-gh-models ] to understand what changes are needed to keep your project up to date
1821and how to solve conflicts if any are faced.
1922
23+ </aside >
24+
2025## When to Use It
2126
2227Use this command when you:
@@ -267,3 +272,4 @@ so the current behavior may differ slightly from what is shown in the demo.
267272[ project-config ] : ../../reference/project-config.md
268273[ autoupdate-plugin ] : ./../../plugins/available/autoupdate-v1-alpha.md
269274[ design-proposal ] : ./../../../../../designs/update_action.md
275+ [ ai-gh-models ] : https://docs.github.com/en/github-models/about-github-models
You can’t perform that action at this time.
0 commit comments