You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The PDF document should display the release version number on the cover page
* Add PowerShell version of docs bulding script aka make.ps1
* Clear all cache items once a PR is closed
* minimal verbosity when releasing
* build.cake Version should be SemVer to release alpha, beta
* build.cake CreateReleaseNotes task: add Honoring and Starring sections to the end of the release notes, which will be published in GitHub Releases and shared with the community via email
* build.cake UnitTests task: single TFM for testing when releasing
* build.cake UnitTests task: Don't skip unit testing just because coverage file is required for Coveralls step. Thus main branch Coveralls badge will be updated
* build.cake PublishGitHubRelease task: Complete release as latest one for main branch (not a beta versions)
* build.cake PublishToNuget task: SkipDuplicate if package exists on NuGet
* build.cake PublishToNuget task: Publish all packs, no skipping & including filters
// var commitsHistory = GitHelper($"log --no-merges --date=format:\"%A, %B %d at %H:%M\" --pretty=format:\"- <sub>%h by **%aN** on %ad →</sub>%n %s\" {lastRelease}..HEAD");
426
-
// releaseNotes.AddRange(commitsHistory);
427
-
// releaseNotes.Add("</details>");
428
-
//releaseNotes.Add("");
415
+
releaseNotes.Add("### Honoring :medal_sports: aka Top Contributors :clap:");
416
+
releaseNotes.AddRange(topContributors.Take(3));// Top 3 only, disabled 'breaker' logic
varcommitsHistory=GitHelper($"log --no-merges --date=format:\"%A, %B %d at %H:%M\" --pretty=format:\"- <sub>%h by **%aN** on %ad →</sub>%n %s\"{lastRelease}..HEAD");
var request =new System.Net.Http.HttpRequestMessage(newSystem.Net.Http.HttpMethod("Patch"),url);// $"https://api.github.com/repos/ThreeMammals/Ocelot/releases/{releaseId}");
0 commit comments