Skip to content

Commit

Permalink
Include information about intended release schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
bm1549 committed Jul 2, 2024
1 parent 2dae4b0 commit 179ce68
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ Then check our guides:

Or our reference documents:
* [How instrumentations work](docs/how_instrumentations_work.md).

## Releases
Datadog will generally create a new minor release the first full week of every month.

See [release.md](docs/releases.md) for more information.
13 changes: 13 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Releases
Datadog will generally create a new minor release the first full week of every month.

## Release Types
The release workflow depends on the release type:

- **Minor release**: The **default release workflow** done on a monthly basis. It will ship the latest changes from the `master` branch.
- **Patch release**: Done when needed only. It will start from a minor release branch (release/vM.N.x) and includes important fixes only.
- **Major release**: Done exceptionally. It marks an important compatibility break.
- **Snapshot release**: Done automatically for every PR.

In addition to the release types, most releases can be:
- **Release candidate**: Major, minor and patch release can be candidate, meaning they won’t be promoted, but can still be used for testing.

0 comments on commit 179ce68

Please sign in to comment.