Skip to content

Commit

Permalink
Bugfix wrong duplicate of list md element on WIP update 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jul 24, 2022
1 parent 3f203b4 commit 1220a0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/ReleaseNotes.Test.fs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ module ReleaseNotes =
|> List.choose (fun x ->
if x.IsSome && fst x.Value = descriptor then Some (snd x.Value) else None
)
|> List.map (fun x -> sprintf " * %s" x)
let prevAdditions = findCommitsByDescriptor Additions addedDescriptors
let prevDeletions = findCommitsByDescriptor Deletions addedDescriptors
let prevBugs = findCommitsByDescriptor Bugfixes addedDescriptors
Expand Down
1 change: 0 additions & 1 deletion src/Fake.Extensions.Release/ReleaseNotes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ module ReleaseNotes =
|> List.choose (fun x ->
if x.IsSome && fst x.Value = descriptor then Some (snd x.Value) else None
)
|> List.map (fun x -> sprintf " * %s" x)
let prevAdditions = findCommitsByDescriptor Additions addedDescriptors
let prevDeletions = findCommitsByDescriptor Deletions addedDescriptors
let prevBugs = findCommitsByDescriptor Bugfixes addedDescriptors
Expand Down

0 comments on commit 1220a0e

Please sign in to comment.