You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,15 +90,11 @@ There are two stages, testing and deployment.
90
90
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.
91
91
92
92
- 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`.
93
-
- Get the current year and week with `date +%Y.%W`. Increment or roll over the version number as necessary.
94
-
-**Update `setup.py` with this version.**
95
-
- Create a local version identifier, with the format `YYYY-WW-REV`.
96
-
- Create a tag at the SHA from the testing phase, using the local version identifier.
97
-
<!-- TODO: Create a script using Python setuptools, `import pkg_resources; version = pkg_resources.require("MyProject")[0].version` and auto-increment/roll over versions.>
93
+
- Run `stamp.sh` to automatically perform this action. Use `--release` to additionally create a tag and push to main.
98
94
99
95
1.**Update your testing PR branch**: 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)
100
96
- NOTE: Remove the SHA from [.doc_gen/validation.yaml](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/.doc_gen/validation.yaml)
101
-
- This is easily accomplished in the UI.
97
+
- This is easily accomplished in the Github UI.
102
98
2.**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.
0 commit comments