Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ovatsus committed Mar 22, 2015
1 parent 18f935e commit 4f0150c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 2.2.0 - Unreleased
#### 2.2.0 - March 22 2015
* Added constants for more HTTP methods.
* Added fix for `thead` element without nested `tr` element.
* Improved global inference in XmlProvider.
Expand Down
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ let createRelease() =
// Commit assembly info and RELEASE_NOTES.md
StageAll ""
Git.Commit.Commit "" (sprintf "Bump version to %s" release.NugetVersion)
Branches.pushBranch "" "upstream" "master"
Branches.pushBranch "" "origin" "master"

// Create tag
Branches.tag "" release.NugetVersion
Branches.pushTag "" "upstream" release.NugetVersion
Branches.pushTag "" "origin" release.NugetVersion

// Create github release
let user = getBuildParamOrDefault "github-user" ""
Expand Down

0 comments on commit 4f0150c

Please sign in to comment.