We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa20c34 commit d2b1d25Copy full SHA for d2b1d25
cookiecutter/migrate.py
@@ -10,9 +10,9 @@
10
11
To run it, the simplest way is to fetch it from GitHub and run it directly:
12
13
- curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.10.0/cookiecutter/migrate.py | python3
+ curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/<tag>/cookiecutter/migrate.py | python3
14
15
-Make sure the version you want to migrate to is correct in the URL.
+Make sure to replace the `<tag>` to the version you want to migrate to in the URL.
16
17
For jumping multiple versions you should run the script multiple times, once
18
for each version.
0 commit comments