From a7d03e0c7c879c022b898522a1b31757f8e3b48f Mon Sep 17 00:00:00 2001 From: David Souther Date: Tue, 1 Oct 2024 16:10:02 +0200 Subject: [PATCH] Update README and add --release flag --- README.md | 8 ++------ stamp.sh | 15 +++++++++------ 2 files changed, 11 insertions(+), 12 deletions(-) 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. -