Skip to contents

A dataset containing information about the builds.

Usage

builds

Format

A data frame with 57 rows and 4 variables:

build

A character vector that represents the build version. It is denoted in the format major.minor.hotfix.

release_length

An integer vector that represents the length of the release in days.

release_start

A Date vector that represents the start date of the release.

release_end

A Date vector that represents the end date of the release.

Details

This dataset is used to track the release information of different build versions. It can be used for analyses such as release cycle time, build version impact on user activity, and release scheduling.