Skip to content

Commit

Permalink
Update contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrnet committed Jul 10, 2016
1 parent fd7e7a3 commit fc44034
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CONTRIBUTORS.md
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Expand Up @@ -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"))
Expand Down

0 comments on commit fc44034

Please sign in to comment.