Browse Source

Update contributors

pull/426/head
Christoph Ruegg 10 years ago
parent
commit
fc44034a5f
  1. 9
      CONTRIBUTORS.md
  2. 2
      build.fsx

9
CONTRIBUTORS.md

@ -19,6 +19,7 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Jurgen Van Gael (@jvangael)
- Alexander Karatarakis
- Thomas Ibel
- Yoonku Hwang
- Gustavo Guerra
- Kuan Bartel
- Alexander Täschner
@ -28,6 +29,7 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- manyue
- David Prince
- Larz White
- Frank A. Krueger
- Andriy Bratiychuk
- Jack Pappas
- Phil Cleveland
@ -42,10 +44,12 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Gauthier Segay
- Hythem Sidky
- John C Barstow
- Jon Smit
- Justin Needham
- Patrick van der Velde
- Robin Neatherway
- Andrew Kazyrevich
- Arthur
- Ethar Alali
- Feodor Fitsner
- Iain McDonald
@ -57,6 +61,7 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Gregor959
- IUser
- Iain Sproat
- Igor K
- Jeff Mastry
- Joel Sleppy
- Kosei ABE
@ -65,6 +70,7 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Max Malook
- Mirth Hickford
- Paul Varkey
- Sergey Kosukhin
- Sunny Ahuwanya
- Till Hoffmann
- Tomas Petricek
@ -73,8 +79,11 @@ Feel free to add a link to your personal site/blog and/or twitter handle.*
- Volker Breuer
- Baltazar Bieniek
- bstrausser
- Florian Wechsung
- grovesNL
- liuzh
- logophobia
- Matthew Peacock
- mjmckp
- nyuriks
- seahearman

2
build.fsx

@ -858,7 +858,7 @@ let publishReleaseTag title prefix version notes =
// inspired by Deedle/tpetricek
let tagName = prefix + "v" + version
let tagMessage = String.concat Environment.NewLine [title + " v" + version; ""; notes ]
let cmd = sprintf """tag -a %s -s -m "%s" """ tagName tagMessage
let cmd = sprintf """tag -a %s -m "%s" """ tagName tagMessage
Git.CommandHelper.runSimpleGitCommand "." cmd |> printfn "%s"
let _, remotes, _ = Git.CommandHelper.runGitCommand "." "remote -v"
let main = remotes |> Seq.find (fun s -> s.Contains("(push)") && s.Contains("mathnet/mathnet-numerics"))

Loading…
Cancel
Save