Prepare Release
Workflow
- Checkout the
masterbranch and pull the repo. - Activate the Python virtual environment in
.venv-3.11. If the environment doesn't exist, create it and install dependencies fromdev-requirements.txt. - Run
make lint. Ignore its results. - Use
git diffto check if there are any changes. If so, commit them with the message:lipstick: Lint codeand push. - Follow the update-changelog skill.