From 761ffe786501d3a0af43b5f846a57f814c6ce624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= Date: Sat, 17 Mar 2018 10:43:21 +0100 Subject: [PATCH 1/2] Fix a missing point and a typo in release procedure --- ReleaseProcedure.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ReleaseProcedure.txt b/ReleaseProcedure.txt index e85165929ce..c049561e04a 100644 --- a/ReleaseProcedure.txt +++ b/ReleaseProcedure.txt @@ -36,13 +36,14 @@ Tools\gitreleasemanager.0.7.0\tools\GitReleaseManager.exe create -o nhibernate - * Upload binary and source zip files to SourceForge. Update the "latest release". - * Update download link on nhibernate.info. + * Update download link on nhibernate.info. Update the reference documentation + if needed. * Push nuget packages including the symbol packages. * In GitHub, mark the milestone as released and publish the release draft, creating the release tag by the way. (It should match the tag in the - releasenots link of the release description.) + releasenotes link of the release description.) * Post release announcement to nhusers, nhibernate-development and as project news on SourceForge. From da59cf59041c0219b86aaaf51fd4bd1f535bede3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= Date: Sat, 17 Mar 2018 10:44:48 +0100 Subject: [PATCH 2/2] Fix NuGetPush.bat for being compatible with current NuGet And cease specifying full package path, as the bat is likely to be executed from another folder than the CI build machine path. --- default.build | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/default.build b/default.build index b4d384f3bb3..8201995f47a 100644 --- a/default.build +++ b/default.build @@ -319,10 +319,21 @@ + - + + + + + + + + + + +