File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,9 @@ To get the list of commits between two version use git command
6060
6161This 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 .
7366The version of core lib project file is the version we'll report on github repo releases https://github.com/tonerdo/coverlet/releases
7467
7568Do a PR and merge to master.
You can’t perform that action at this time.
0 commit comments