Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document workflow to incrementally create a Kedro project #4305

Merged
merged 10 commits into from
Nov 19, 2024
Next Next commit
release.md
Signed-off-by: Nok <[email protected]>
noklam committed Nov 1, 2024
commit fc4702e13935e5a761527359316653ac0af46a69
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@
## Documentation changes
* Updated CLI autocompletion docs with new Click syntax.
* Standardised `.parquet` suffix in docs and tests.
* Added a new minial Kedro project creation guide.
noklam marked this conversation as resolved.
Show resolved Hide resolved

## Community contributions
* [Hyewon Choi](https://github.com/hyew0nChoi)