You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/ReleasePlan.md
+7-20Lines changed: 7 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,35 +13,24 @@ PATCH version when you make backwards-compatible bug fixes.
13
13
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
14
14
```
15
15
16
-
## Release Calendar
17
-
18
16
We release 3 components as NuGet packages:
19
17
20
-
**coverlet.msbuild.nupkg**
21
-
**coverlet.console.nupkg**
22
-
**coverlet.collector.nupkg**
23
-
24
-
We plan 1 release [once per quarter](https://en.wikipedia.org/wiki/Calendar_year) if there is *at least* 1 new commit of source code on master. This release may be a major, minor, or patch version upgrade from the previous release depending on impact to consumers.
25
-
**We release intermediate packages in case of severe bug or to unblock users.**
18
+
**coverlet.msbuild.nupkg**
19
+
**coverlet.console.nupkg**
20
+
**coverlet.collector.nupkg**
26
21
27
22
### Current versions
28
23
29
24
| Package | Version |
30
25
|:----------------------|:--------|
31
-
|**coverlet.msbuild**| 3.0.1 |
32
-
|**coverlet.console**| 3.0.1 |
33
-
|**coverlet.collector**| 3.0.1 |
34
-
35
-
### Proposed next versions
26
+
|**coverlet.msbuild**| 3.0.2 |
27
+
|**coverlet.console**| 3.0.2 |
28
+
|**coverlet.collector**| 3.0.2 |
36
29
37
-
We bump version based on Semantic Versioning 2.0.0 spec:
38
-
39
-
1. If we add features to **coverlet.core.dll** we bump MINOR version of all packages.
40
-
1. If we do breaking changes on **coverlet.core.dll** we bump MAJOR version of all packages.
41
-
1. We MANUALLY bump versions on production release, so we have different release plan between prod and nigntly packages.
0 commit comments