mozilla-it / ctms-api

Mozilla Public License 2.0
7 stars 1 forks source link

Create a `dora.py` script to calculate Release Frequency and Lead Time for Changes #487

Closed grahamalama closed 1 year ago

grahamalama commented 1 year ago

This script will use only git commit data to infer these metrics:

This script will assume that a tagged commit in git represents a successful release to production.

grahamalama commented 1 year ago

Closing this is issue since dora metrics ultimately won't live as a script. This logic of deriving lead time to change may live on elsewhere, though.