File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ name: Release
5
5
# === Automated activities ===
6
6
#
7
7
# 1. Run tests, linting, security and complexity base line
8
- # 2. Bump package version, build release artifact, and generate latest Changelog
8
+ # 2. Bump package version and build release artifact
9
9
# 3. Publish package to PyPi prod repository using cached artifact
10
- # 4. Kick off Layers pipeline to compile and publish latest version
11
- # 5. Updates documentation to use the latest Layer ARN for all commercial regions
12
- # 6. Builds a new user guide and API docs with release version; update /latest pointing to newly released version
13
- # 7. Close all issues labeled "pending-release" and notify customers about the release
10
+ # 4. Compile Layer and kick off pipeline for beta, prod, and canary releases
11
+ # 5. Update docs with latest Layer ARNs and Changelog
12
+ # 6. Create PR to update trunk so staged docs also point to the latest Layer ARN, when merged
13
+ # 7. Builds a new user guide and API docs with release version; update /latest pointing to newly released version
14
+ # 8. Create PR to update package version on trunk
15
+ # 9. Close all issues labeled "pending-release" and notify customers about the release
14
16
#
15
17
# === Manual activities ===
16
18
#
You can’t perform that action at this time.
0 commit comments