Fokko commented on code in PR #1373:
URL: https://github.com/apache/iceberg-python/pull/1373#discussion_r1857996498


##########
mkdocs/docs/how-to-release.md:
##########
@@ -84,14 +84,14 @@ Update the version in `pyproject.toml` and 
`pyiceberg/__init__.py` to match the
 * Focuses on critical bug fixes or security patches that maintain backward 
compatibility.
 * Examples: `0.8.1`, `0.8.2`.
 
-To create a patch branch from the latest release tag:
+To create a patch from the latest release tag:
 
 ```bash
 # Check out the base branch for the patch version
 git checkout pyiceberg-0.8.x

Review Comment:
   Good one! I've created this from the tag right away:
   
   ```sh
   git checkout -b pyiceberg-0.8.x pyiceberg-0.8.0
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to