Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored Sep 4, 2024
1 parent eca6cc2 commit 8c0b2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ 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 [semver](https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers) number as appropriate for the changes in this release. EG `1.1.4`
- Create a local version identifier, with the format `YYYY-MM-DD-A`, where `YYYY-MM-DD` represents release date, and `-A` is used for the first release of the day (followed by `-B`, `-C`, etc., for subsequent same-day releases). EG `2024-08-24-A`
- Determine the next [semver](https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers) number as appropriate for the changes in this release. e.g. `1.1.4`
- Create a local version identifier, with the format `YYYY-MM-DD-A`, where `YYYY-MM-DD` represents release date, and `-A` is used for the first release of the day (followed by `-B`, `-C`, etc., for subsequent same-day releases). e.g. `2024-08-24-A`

- Here is a command line script to generate the local identifier, tested on Mac:

Expand All @@ -101,7 +101,7 @@ There are two stages, testing and deployment.
git push origin "$TAG_NAME"
```

- The new version will be `{NEXT_SEMVER}+{LOCAL_VERSION}`, EG `1.1.4+2024-08-24-A`
- The new version will be `{NEXT_SEMVER}+{LOCAL_VERSION}`, e.g. `1.1.4+2024-08-24-A`
- **Update `setup.py` with this version.**
- Create a tag at the SHA from the testing phase, using the local version identifier.

Expand Down

0 comments on commit 8c0b2f2

Please sign in to comment.