@@ -53,7 +53,7 @@ Open a terminal and run these commands:
5353 python3 -m pip install --user --upgrade pip wheel
5454 python3 -m venv porcupine-venv
5555 source porcupine-venv/bin/activate
56- python3 -m pip install https://github.com/Akuli/porcupine/archive/v2022.08.27 .zip
56+ python3 -m pip install https://github.com/Akuli/porcupine/archive/v2022.08.28 .zip
5757 porcu
5858
5959If you want to leave Porcupine running and use the same terminal for something else,
@@ -74,7 +74,7 @@ Then run these commands:
7474 python3 -m pip install --user --upgrade pip wheel
7575 python3 -m venv porcupine-venv
7676 source porcupine-venv/bin/activate
77- python3 -m pip install https://github.com/Akuli/porcupine/archive/v2022.08.27 .zip
77+ python3 -m pip install https://github.com/Akuli/porcupine/archive/v2022.08.28 .zip
7878 porcu
7979
8080If you want to leave Porcupine running and use the same terminal for something else,
@@ -260,7 +260,7 @@ Other people shouldn't need them.
260260 changing the changelog afterwards is difficult, as the text gets copied into the releases page.
2612613 . Merge the pull request and pull the merge commit to your local ` master ` branch.
2622624 . Run ` python3 scripts/release.py ` from the ` master ` branch.
263- The script pushes a tag named e.g. ` v2022.08.27 ` ,
263+ The script pushes a tag named e.g. ` v2022.08.28 ` ,
264264 which triggers the parts of ` .github/workflows/release-builds.yml `
265265 that have ` if: startsWith(github.ref, 'refs/tags/v') ` in them.
266266 They build and deploy docs, copy the changelog to the releases page, and so on.
0 commit comments