Skip to content

Commit 179ce68

Browse files
authored
Include information about intended release schedule
1 parent 2dae4b0 commit 179ce68

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ Then check our guides:
4141

4242
Or our reference documents:
4343
* [How instrumentations work](docs/how_instrumentations_work.md).
44+
45+
## Releases
46+
Datadog will generally create a new minor release the first full week of every month.
47+
48+
See [release.md](docs/releases.md) for more information.

docs/releases.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Releases
2+
Datadog will generally create a new minor release the first full week of every month.
3+
4+
## Release Types
5+
The release workflow depends on the release type:
6+
7+
- **Minor release**: The **default release workflow** done on a monthly basis. It will ship the latest changes from the `master` branch.
8+
- **Patch release**: Done when needed only. It will start from a minor release branch (release/vM.N.x) and includes important fixes only.
9+
- **Major release**: Done exceptionally. It marks an important compatibility break.
10+
- **Snapshot release**: Done automatically for every PR.
11+
12+
In addition to the release types, most releases can be:
13+
- **Release candidate**: Major, minor and patch release can be candidate, meaning they won’t be promoted, but can still be used for testing.

0 commit comments

Comments
 (0)