Skip to content
David Tchepak edited this page Jul 7, 2016 · 2 revisions

Welcome to the FSharp.Text.RegexProvider wiki!

Building

  • Run .paket/paket.bootstrapper.exe
  • Run .paket/paket.exe restore
  • Run packages\FAKE\tools\FAKE.exe build.fsx

Release procedure

  • Make sure /docs and README.md is up-to-date.
  • Update RELEASE_NOTES.md with version and changes.
  • Commit documentation changes.
  • Run build and release: packages\FAKE\tools\FAKE.exe build.fsx Release "NugetKey=YOURNUGETKEY"
  • Push changes to repo.
Clone this wiki locally