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: MAINTAINERS.md
+101-1
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ Once complete, you can start drafting the release notes to let customers know **
198
198
199
199
Every release makes hundreds of checks, security scans, canaries and deployments - all of these are automated.
200
200
201
-
This is a close visual representation of the main steps (GitHub Actions UI should be the source of truth).
201
+
This is a close visual representation of the main steps (GitHub Actions UI should be the source of truth), along with the approximate time it takes for each key step to complete.
202
202
203
203
<!-- use 8s to graph steps faster than 8s like seal/checksum that actually takes 0s -->
204
204
@@ -258,6 +258,106 @@ section Post-release
258
258
Release complete : milestone, m6, 10:31,2m
259
259
```
260
260
261
+
If we combine our CI and CD pipelines into a single diagram, it looks like this:
262
+
263
+
```mermaid
264
+
timeline
265
+
title Powertools for AWS Lambda (Python) CI/CD pipeline
0 commit comments