From 9909b2c87f462efd1c3193f582ce74114ced389b Mon Sep 17 00:00:00 2001 From: Johann Diedrick Date: Thu, 20 Nov 2025 14:08:50 -0500 Subject: [PATCH] updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 915cc72..900c65e 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,9 @@ Recommended local prep before opening release pull requests: 1. Run `uv run python scripts/dev.py all` to make sure checks pass without modifying files. 2. Optionally run `uv run python scripts/dev.py prepare-release` locally if you want to rehearse the bump; the workflow performs the same steps when `main` changes. -3. Follow the branch merge order (`main` ➜ `test-pypi`, `main` ➜ `pypi`) so TestPyPI always receives the version before production. + +### Merge Flow +- Follow the branch merge order (`main` ➜ `test-pypi`, `main` ➜ `pypi`) so TestPyPI always receives the version before production. ## License