File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 7
7
"commands" : [
8
8
" async-generator"
9
9
]
10
+ },
11
+ "gitreleasemanager.tool" : {
12
+ "version" : " 0.11.0" ,
13
+ "commands" : [
14
+ " dotnet-gitreleasemanager"
15
+ ]
10
16
}
11
17
}
12
- }
18
+ }
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ These are the tasks typically needed to create an official NHibernate release.
3
3
* In GitHub, make sure no open issues have milestone set to the release
4
4
that is about to happen (as these will show in the milestone).
5
5
6
- * Create a draft release in Github with GitReleaseManager. If you have used
7
- the NHibernate build menu, it should be available in Tools\gitreleasemanager\x.x.x\
8
- (change x.x.x by its current version in tools).
9
- By example:
6
+ * Restore local dotnet tools: `dotnet tool restore`
10
7
11
- Tools\gitreleasemanager\0.11.0\tools\GitReleaseManager.exe create -o nhibernate -r nhibernate-core -m 5.3 --token yourGitHubTokenWithRepoScope
8
+ * Create a draft release in Github with GitReleaseManager. For example:
9
+
10
+ dotnet gitreleasemanager create -o nhibernate -r nhibernate-core -m 5.3 --token yourGitHubTokenWithRepoScope
12
11
13
12
(Adjust the -m milestone parameter above, and add "-c branchname" if
14
13
releasing another branch than master)
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<PackageReference Include =" vswhere" Version =" 2.1.4" />
15
15
<PackageReference Include =" NUnit.Console" Version =" 3.10.0" />
16
- <PackageReference Include =" GitReleaseManager" Version =" 0.11.0" />
17
16
</ItemGroup >
18
17
19
18
</Project >
You can’t perform that action at this time.
0 commit comments