Runway Documentation
  • About Runway
  • 🚀Getting started
    • Adding apps
    • Setting up your integrations
      • Branching strategies
      • Builds and branches
      • Pattern strings / tokens
    • Preparing your first release
    • Setting up your team
  • 🎛️Using Runway
    • Navigating Runway
    • Build Distro
      • Quickstart
      • Uploading builds for distribution
      • Build Distro buckets
      • Sharing builds
      • Installing builds
      • Signing and provisioning cheat sheet
    • App overview
    • Releases
      • Release overview
      • Feature flags
      • Kickoff
      • Feature readiness
      • Translations
      • Release candidate
      • Regression testing
      • Beta testing
      • Screenshots
      • Metadata
      • Approvals
      • App submission
      • App store review
      • Release
    • Release schedule
    • Rollout
    • Hotfixes
    • Rollbacks
    • Checklists
    • Build matching
    • App settings
      • General settings
      • Team settings
      • Release pilot rotation
      • Integrations settings
      • Profiles and devices
      • Signing keys
      • Health metrics settings
      • Automations settings
      • Notifications settings
      • Schedule settings
      • Beta testing settings
      • Metadata settings
      • Release defaults
      • Checklists settings
      • Custom strings settings
    • Organization overview
    • Organization settings
      • Team
      • SSO/SAML
    • User settings
    • Over-the-air (OTA) releases
  • ⚙️Integrations
    • Integrations overview
    • Version control
      • Azure Repos
      • Bitbucket
      • GitHub
      • GitLab
    • Project management
      • Asana
      • Azure Boards
      • GitHub Issues
      • Jira
      • Linear
      • Pivotal Tracker
      • Monday.com
      • Shortcut
    • CI/CD
      • App Center Build
      • Azure Pipelines
      • Bitbucket Pipelines
      • Bitrise
      • Buildkite
      • CircleCI
      • Codemagic
      • GitHub Actions
      • GitLab CI
      • Jenkins
      • TravisCI
      • Xcode Cloud
    • Regression testing
      • TestRail
      • Xray
    • Beta testing
      • Google Play testing tracks
      • TestFlight
      • App Center
      • Firebase App Distribution
    • App stores
      • App Store Connect
      • Google Play Console
      • Amazon Appstore
      • Huawei AppGallery
      • Samsung Galaxy Store
    • Notifications
      • Microsoft Teams
      • Slack
    • Stability monitoring
      • BugSnag
      • Datadog
      • Embrace
      • Firebase Crashlytics
      • New Relic
      • Sentry
      • Dynatrace
    • Observability & analytics
      • Amplitude
      • Datadog
      • Google Analytics
      • Mixpanel
      • New Relic
      • Custom observability & analytics
    • Feature flagging
      • Optimizely
      • LaunchDarkly
    • Scheduling
      • Opsgenie
      • PagerDuty
    • Translations
      • Crowdin
      • Lokalise
    • Calendar
      • Google Calendar
  • ⚡Automations
    • Automations overview
    • Types of automations
  • đź””Notifications
    • Notifications overview
    • Types of notifications
  • 🪝Webhooks
    • Outgoing webhooks
  • 📡REST API
    • Overview
    • Reference Docs
    • Markdown Badge API
    • App configuration files
  • 🛠️Quickstart CI/CD
    • Quickstart CI/CD overview
    • Getting started
  • Support
    • Contact us
Powered by GitBook
On this page
  • Product sprint
  • Code section

Was this helpful?

  1. Using Runway
  2. Releases

Release overview

PreviousReleasesNextFeature flags

Last updated 1 year ago

Was this helpful?

The Release overview provides useful high-level metrics around your release. It consists of several sections — some of which are evergreen through the lifetime of the release, and others which only appear after a release has been completed — and within each section, you’ll find relevant statistics for the release.

Many of these statistics will display a “Change” value which shows how the particular metric is tracking compared to the historical average for that metric across previous releases. This helps your team understand how certain key metrics are trending over time, and whether things are moving in a positive or negative direction.

At the top of the Release overview page, important dates for the release are called out, including Kickoff, Submission, and Release (if applicable), as well as a running timeline of all activity.

Product sprint

In the Product sprint section of the Release overview page, you’ll see a number of product-related statistics about your release surfaced, including:

  • Items of work completed

  • Number of fixes

  • Fix percentage (percetange of completed work items that were fixes)

  • Fixes approved / rejected

  • Number of CI builds

  • Number of App Store / Play Console builds

  • Time spent “Waiting for review” (iOS only)

  • Time spent “In review” (iOS only)

  • Number of product teams that contributed to the release

    • Based on the number of completed tickets in a release, and the team associated with each completed ticket. A bar graph will also display teams that have completed the most tickets in the release, in descending order.

Code section

The Code section of release overview shows metrics related to CI/CD builds and code for the release. Here, you’ll find statistics such as:

  • Build workflow success rate

  • Number of commits

  • Average build time

  • Number of code contributors

    • A bar graph will also display individuals that have contributed the most commits to the release, in descending order.

  • Number of files changed

    • Includes a list of top changed files, ranked by the volume of code that was changed in those files.

🎛️