Skip to content

Commit

Permalink
Try to be backwards compatible in ReleaseNotesHelper.fs - references #…
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Aug 24, 2015
1 parent 16a8b81 commit 7e7411a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#### 4.2.0 - 24.08.2015
* New options in the SquirrelHelper - https://github.com/fsharp/FAKE/pull/910
* Logging improvement in Fake.Deploy - https://github.com/fsharp/FAKE/pull/914
* Added date to ReleaseNotes type definition - https://github.com/fsharp/FAKE/pull/917
* Added support for builds within Team Foundation Server (and VSO) - https://github.com/fsharp/FAKE/pull/915
* Added `createClientWithToken` & `createRelease` to Octokit.fsx - https://github.com/fsharp/FAKE/pull/913
* Fixed WatchChanges not properly removing subdirectories from watch list - https://github.com/fsharp/FAKE/pull/908
Expand Down
2 changes: 2 additions & 0 deletions src/app/FakeLib/ReleaseNotesHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ type ReleaseNotes =
Date = date
Notes = notes }

static member New(assemblyVersion,nugetVersion,notes) = ReleaseNotes.New(assemblyVersion,nugetVersion,None,notes)

let parseVersions =
let nugetRegex = getRegEx @"([0-9]+.)+[0-9]+(-[a-zA-Z]+\d*)?(.[0-9]+)?"
fun line ->
Expand Down

0 comments on commit 7e7411a

Please sign in to comment.