diff --git a/README.md b/README.md index 26d3547..c437862 100644 --- a/README.md +++ b/README.md @@ -90,15 +90,11 @@ There are two stages, testing and deployment. 1. **Update the -tools version**: Once the tests pass, update the `setup.py` version and create a tag in the -tools repository at the same SHA you identified earlier. - Determine the next [stamp](https://blog.aspect.build/versioning-releases-from-a-monorepo) (which is valid [semver](https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers)) number as appropriate for the changes in this release. e.g. `2024.40.2`. - - Get the current year and week with `date +%Y.%W`. Increment or roll over the version number as necessary. - - **Update `setup.py` with this version.** - - Create a local version identifier, with the format `YYYY-WW-REV`. - - Create a tag at the SHA from the testing phase, using the local version identifier. -