File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ These are the tasks typically needed to create an official NHibernate release.
8
8
(change x.x.x by its current version in tools).
9
9
By example:
10
10
11
- Tools\gitreleasemanager\0.7 .0\tools\GitReleaseManager.exe create -o nhibernate -r nhibernate-core -m 5.1 -u username -p password
11
+ Tools\gitreleasemanager\0.11 .0\tools\GitReleaseManager.exe create -o nhibernate -r nhibernate-core -m 5.3 --token yourGitHubTokenWithRepoScope
12
12
13
13
(Adjust the -m milestone parameter above, and add "-c branchname" if
14
14
releasing another branch than master)
Original file line number Diff line number Diff line change 14
14
<PackageReference Include =" CSharpAsyncGenerator.CommandLine" Version =" 0.18.2" />
15
15
<PackageReference Include =" vswhere" Version =" 2.1.4" />
16
16
<PackageReference Include =" NUnit.Console" Version =" 3.10.0" />
17
- <PackageReference Include =" GitReleaseManager" Version =" 0.7 .0" />
17
+ <PackageReference Include =" GitReleaseManager" Version =" 0.11 .0" />
18
18
</ItemGroup >
19
19
20
20
</Project >
You can’t perform that action at this time.
0 commit comments