Skip to content

Commit adf5a12

Browse files
authored
Update README.md (#82)
1 parent 138b0a5 commit adf5a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ There are two stages, testing and deployment.
8989

9090
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.
9191

92-
- Determine the next [semver](https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers) number as appropriate for the changes in this release.
93-
- 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).
92+
- 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`
93+
- 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`
9494

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

@@ -101,7 +101,7 @@ There are two stages, testing and deployment.
101101
git push origin "$TAG_NAME"
102102
```
103103
104-
- The new version will be `{NEXT_SEMVER}+{LOCAL_VERSION}`.
104+
- The new version will be `{NEXT_SEMVER}+{LOCAL_VERSION}`, e.g. `1.1.4+2024-08-24-A`
105105
- **Update `setup.py` with this version.**
106106
- Create a tag at the SHA from the testing phase, using the local version identifier.
107107

0 commit comments

Comments
 (0)