Skip to content

Commit fcdd274

Browse files
authored
A brand new Release Notes feature for Releases being made by 'build.cake' script (#1716)
* Rename Release Notes file * Refactor the CreateReleaseNotes task * Use Func delegate instead of static local function * Add () after type 😆 * Delete ReleaseNotes.md * Fix bug in parsing of output of "git shortlog" command * Re-add release notes file * Final version of CreateReleaseNotes task * Fix build.cake warning SYSLIB0014: 'WebRequest.CreateHttp(string)' is obsolete. Refactor GetResourceAsync private method * Read main header from Git file * Make CreateReleaseNotes task dependent on Version one Make Release task dependent on CreateReleaseNotes one * Add Done status for each task
1 parent e5f31ef commit fcdd274

File tree

4 files changed

+223
-97
lines changed

4 files changed

+223
-97
lines changed

Ocelot.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
GitVersion.yml = GitVersion.yml
1818
LICENSE.md = LICENSE.md
1919
README.md = README.md
20-
releasenotes.md = releasenotes.md
20+
ReleaseNotes.md = ReleaseNotes.md
2121
EndProjectSection
2222
EndProject
2323
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5B401523-36DA-4491-B73A-7590A26E420B}"

ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## September 2023 (version {0})

0 commit comments

Comments
 (0)