Skip to content

Commit

Permalink
#1152: dont push releasenotes.md to GitHub +semver: minor
Browse files Browse the repository at this point in the history
Co-authored-by: TomPallister <tom@threemammals.com>
  • Loading branch information
TomPallister and TomPallister committed Mar 13, 2020
1 parent 783a77a commit 347ea72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 347ea72

Please sign in to comment.