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 22
22
23
23
## Bug Fixes
24
24
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.
26
26
27
27
### Cookiecutter template
28
28
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:
238
238
``` sh
239
239
cd /tmp
240
240
cookiecutter gh:frequenz-floss/frequenz-repo-config-python \
241
- --directory=cookiecutter --checkout v0.4 .0
241
+ --directory=cookiecutter --checkout v0.5 .0
242
242
rsync -vr --exclude=.git/ new-project/ /path/to/existing/project
243
243
cd /path/to/existing/project
244
244
git diff
@@ -283,7 +283,7 @@ git commit -a # commit all changes
283
283
cd ..
284
284
cookiecutter gh:frequenz-floss/frequenz-repo-config-python \
285
285
--directory=cookiecutter \
286
- --checkout v0.4 .0 \
286
+ --checkout v0.5 .0 \
287
287
--overwrite-if-exists \
288
288
--replay \
289
289
--replay-file project-directory/.cookiecutter-replay.json
You can’t perform that action at this time.
0 commit comments