Skip to content

Commit 44eefa7

Browse files
committed
chore: update release process
1 parent 1a448ab commit 44eefa7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ name: Release
55
# === Automated activities ===
66
#
77
# 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
99
# 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
1416
#
1517
# === Manual activities ===
1618
#

0 commit comments

Comments
 (0)