Skip to content

Commit 40a6d0d

Browse files
Update GitReleaseManager (#2397)
Authenticating through a password is deprecated and will be dropped. GitReleaseManager needs to be upgraded in order to authenticate through a token.
1 parent 20a61d1 commit 40a6d0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReleaseProcedure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ These are the tasks typically needed to create an official NHibernate release.
88
(change x.x.x by its current version in tools).
99
By example:
1010

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
1212

1313
(Adjust the -m milestone parameter above, and add "-c branchname" if
1414
releasing another branch than master)

Tools/packages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="CSharpAsyncGenerator.CommandLine" Version="0.18.2" />
1515
<PackageReference Include="vswhere" Version="2.1.4" />
1616
<PackageReference Include="NUnit.Console" Version="3.10.0" />
17-
<PackageReference Include="GitReleaseManager" Version="0.7.0" />
17+
<PackageReference Include="GitReleaseManager" Version="0.11.0" />
1818
</ItemGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)