File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323## Bug Fixes
2424
25- <!-- Here goes notable bug fixes that are worth a special mention or explanation -->
25+ - Fix outdated version number in the migrating and upgrading documentation.
2626
2727### Cookiecutter template
2828
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ the files in your existing project by using `rsync` or similar tools:
238238``` sh
239239cd /tmp
240240cookiecutter gh:frequenz-floss/frequenz-repo-config-python \
241- --directory=cookiecutter --checkout v0.4 .0
241+ --directory=cookiecutter --checkout v0.5 .0
242242rsync -vr --exclude=.git/ new-project/ /path/to/existing/project
243243cd /path/to/existing/project
244244git diff
@@ -283,7 +283,7 @@ git commit -a # commit all changes
283283cd ..
284284cookiecutter gh:frequenz-floss/frequenz-repo-config-python \
285285 --directory=cookiecutter \
286- --checkout v0.4 .0 \
286+ --checkout v0.5 .0 \
287287 --overwrite-if-exists \
288288 --replay \
289289 --replay-file project-directory/.cookiecutter-replay.json
You can’t perform that action at this time.
0 commit comments