Skip to content

Commit f361e23

Browse files
authored
Update README.md
1 parent fde99b5 commit f361e23

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

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

8989
### 2. Deployment
9090
1. **Run `stamp.sh --release` from the `main` branch to automatically perform the following actions**:
91-
- Update the `setup.py` version.
92-
- Create a tag in the -tools repository at the same SHA you identified earlier.
93-
- stamp.sh will create 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`.
94-
- Push the new tag to `main`
91+
- Update the `setup.py` version.
92+
- Create a tag in the -tools repository at the same SHA you identified earlier.
93+
- stamp.sh will create 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`.
94+
- Push the new tag to `main`
9595
1. **Update your testing PR branch**
96-
- Remove SHA and add tag to [validate-doc-metadata.yml](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/.github/workflows/validate-doc-metadata.yml)
97-
- Remove the SHA from [.doc_gen/validation.yaml](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/.doc_gen/validation.yaml)
98-
- This is easily accomplished in the Github UI.
96+
- Remove SHA and add tag to [validate-doc-metadata.yml](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/.github/workflows/validate-doc-metadata.yml)
97+
- Remove the SHA from [.doc_gen/validation.yaml](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/.doc_gen/validation.yaml)
98+
- This is easily accomplished in the Github UI.
9999
1. **Create a release**: Use the automated ["Create release from tag" button](https://github.com/awsdocs/aws-doc-sdk-examples-tools/releases/new) to create a new release with the new tag.
100100
1. **Perform internal update process**.
101-
- See `update.sh` script in internal package.
101+
- See `update.sh` script in internal package.
102102

103103
## Security
104104

0 commit comments

Comments
 (0)