#1152: dont push releasenotes.md to GitHub +semver: minor

Co-authored-by: TomPallister <tom@threemammals.com>
This commit is contained in:
Tom Pallister
2020-03-13 09:11:31 +00:00
committed by GitHub
parent 783a77aa6e
commit 347ea7280c

View File

@ -405,6 +405,11 @@ private void PublishPackages(ConvertableDirectoryPath packagesDir, ConvertableFi
foreach(var artifact in artifacts)
{
if (artifact == "releasenotes.md")
{
continue;
}
var codePackage = packagesDir + File(artifact);
Information("Pushing package " + codePackage);