Skip to content

Commit

Permalink
A brand new Release Notes feature for Releases being made by 'build.c…
Browse files Browse the repository at this point in the history
…ake' 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
  • Loading branch information
raman-m authored Oct 6, 2023
1 parent e5f31ef commit fcdd274
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 97 deletions.
2 changes: 1 addition & 1 deletion Ocelot.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
GitVersion.yml = GitVersion.yml
LICENSE.md = LICENSE.md
README.md = README.md
releasenotes.md = releasenotes.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5B401523-36DA-4491-B73A-7590A26E420B}"
Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## September 2023 (version {0})
Loading

0 comments on commit fcdd274

Please sign in to comment.