Skip to content

Commit

Permalink
Merge pull request #3255 from Sajiyah-Salat/sajiyah-typofix
Browse files Browse the repository at this point in the history
📖 fix typo in the design docs to scaffold projects
  • Loading branch information
k8s-ci-robot committed Mar 6, 2023
2 parents 90d09e1 + 4732cf5 commit c997ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions designs/helper_to_upgrade_projects_by_rescaffolding.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ to be addressed and maintained.

We could use it to do cool future features such as creating a GitHub action which would push-pull requests against the project repositories to help users be updated with, for example, minor changes. By using this command, we might able to git clone the project and to do a new scaffold and then use some [git strategy merge](https://www.geeksforgeeks.org/merge-strategies-in-git/) to result in a PR to purpose the required changes.

We probably need to store the CLI tool tag release used to do the scaffold to persuade this idea. So that we can know if the project requires or not updates.
We probably need to store the CLI tool tag release used to do the scaffold to persuade this idea. So that we can know if the project requires updates or not.

[project-config]: https://book.kubebuilder.io/reference/project-config.html
[project-config]: https://book.kubebuilder.io/reference/project-config.html

0 comments on commit c997ff3

Please sign in to comment.