Skip to content

Commit

Permalink
Update GitReleaseManager (#2397)
Browse files Browse the repository at this point in the history
Authenticating through a password is deprecated and will be dropped. GitReleaseManager needs to be upgraded in order to authenticate through a token.
  • Loading branch information
fredericDelaporte authored May 25, 2020
1 parent 20a61d1 commit 40a6d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReleaseProcedure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These are the tasks typically needed to create an official NHibernate release.
(change x.x.x by its current version in tools).
By example:

Tools\gitreleasemanager\0.7.0\tools\GitReleaseManager.exe create -o nhibernate -r nhibernate-core -m 5.1 -u username -p password
Tools\gitreleasemanager\0.11.0\tools\GitReleaseManager.exe create -o nhibernate -r nhibernate-core -m 5.3 --token yourGitHubTokenWithRepoScope

(Adjust the -m milestone parameter above, and add "-c branchname" if
releasing another branch than master)
Expand Down
2 changes: 1 addition & 1 deletion Tools/packages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="CSharpAsyncGenerator.CommandLine" Version="0.18.2" />
<PackageReference Include="vswhere" Version="2.1.4" />
<PackageReference Include="NUnit.Console" Version="3.10.0" />
<PackageReference Include="GitReleaseManager" Version="0.7.0" />
<PackageReference Include="GitReleaseManager" Version="0.11.0" />
</ItemGroup>

</Project>

0 comments on commit 40a6d0d

Please sign in to comment.