Skip to content

Commit cfcb1b3

Browse files
Update release plan (#564)
Update release plan
1 parent 4ca01eb commit cfcb1b3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Documentation/ReleasePlan.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ We plan 1 release [once per quarter](https://en.wikipedia.org/wiki/Calendar_year
2828

2929
| Package | **coverlet.msbuild** |
3030
| :-------------: |:-------------:|
31-
|**coverlet.msbuild** | 2.6.3 |
32-
|**coverlet.console** | 1.5.3 |
33-
|**coverlet.collector** | 1.0.1 |
31+
|**coverlet.msbuild** | 2.7.0 |
32+
|**coverlet.console** | 1.6.0 |
33+
|**coverlet.collector** | 1.1.0 |
3434

3535
### Proposed next versions
3636

@@ -41,6 +41,11 @@ We MANUALLY bump versions on production release, so we have different release pl
4141

4242
| Release Date | **coverlet.msbuild** | **coverlet.console** | **coverlet.collector** | **commit hash**| **notes** |
4343
| :-------------: |:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|
44-
| 1 October 2019 | 2.6.4 | 1.5.4 | 1.0.2 | | |
44+
| 23 September 2019 | 2.7.0 | 1.6.0 | 1.1.0 | 4ca01eb239038808739699470a61fad675af6c79 | |
4545
| 1 July 2019 | 2.6.3 | 1.5.3 | 1.0.1 | e1593359497fdfe6befbb86304b8f4e09a656d14 | |
4646
| 6 June 2019 | 2.6.2 | 1.5.2 | 1.0.0 | 3e7eac9df094c22335711a298d359890aed582e8 | first collector release |
47+
48+
To get the list of commits between two version use git command
49+
```bash
50+
git log --oneline hashbefore currenthash
51+
```

0 commit comments

Comments
 (0)