Skip to content

Commit 740cf36

Browse files
Update release guide (#1012)
Update release guide
1 parent 5cb26b1 commit 740cf36

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Documentation/ReleasePlan.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,9 @@ To get the list of commits between two version use git command
6060

6161
This is the steps to do to release new packages to Nuget.org
6262

63-
1) Update project versions in file(remove `-preview.{height}` and adjust versions):
63+
1) Update projects version in file `version.json` in root of repo (remove `-preview.{height}` and adjust version)
6464

65-
Collector
66-
https://github.com/tonerdo/coverlet/blob/master/src/coverlet.collector/version.json
67-
.NET tool
68-
https://github.com/tonerdo/coverlet/blob/master/src/coverlet.console/version.json
69-
Msbuild tasks
70-
https://github.com/tonerdo/coverlet/blob/master/src/coverlet.msbuild.tasks/version.json
71-
72-
Core lib project file https://github.com/tonerdo/coverlet/blob/master/src/coverlet.core/coverlet.core.csproj.
65+
Update core lib project file version https://github.com/tonerdo/coverlet/blob/master/src/coverlet.core/coverlet.core.csproj.
7366
The version of core lib project file is the version we'll report on github repo releases https://github.com/tonerdo/coverlet/releases
7467

7568
Do a PR and merge to master.

0 commit comments

Comments
 (0)