Skip to content

Commit 8659be4

Browse files
committed
Fix outdated version in migrating and upgrading docs
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent b501066 commit 8659be4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ the files in your existing project by using `rsync` or similar tools:
238238
```sh
239239
cd /tmp
240240
cookiecutter gh:frequenz-floss/frequenz-repo-config-python \
241-
--directory=cookiecutter --checkout v0.4.0
241+
--directory=cookiecutter --checkout v0.5.0
242242
rsync -vr --exclude=.git/ new-project/ /path/to/existing/project
243243
cd /path/to/existing/project
244244
git diff
@@ -283,7 +283,7 @@ git commit -a # commit all changes
283283
cd ..
284284
cookiecutter 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

0 commit comments

Comments
 (0)