Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created July 9, 2012 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piscisaureus/3078540 to your computer and use it in GitHub Desktop.
Save piscisaureus/3078540 to your computer and use it in GitHub Desktop.
D:\libuv>node tools\release.js
Updating AUTHORS and .mailmap
Warning: author appears twice in AUTHORS file: Brandon Philips
Warning: author appears twice in AUTHORS file: Brian White
Changes were made to AUTHORS or .mailmap. Please review:
diff --git a/.mailmap b/.mailmap
index d22a6e1..3394931 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,11 +1,13 @@
+<alan@prettyrobots.com> <alan@blogometer.com>
+<bertbelder@gmail.com> <info@2bs.nl>
<rm@joyent.com> <rm@fingolfin.org>
<ryan@joyent.com> <ry@tinyclouds.org>
-<bertbelder@gmail.com> <info@2bs.nl>
-<alan@prettyrobots.com> <alan@blogometer.com>
-San-Tai Hsu <vanilla@fatpipi.com>
-Isaac Z. Schlueter <i@izs.me>
-Saúl Ibarra Corretgé <saghul@gmail.com>
-Yuki OKUMURA <mjt@cltn.org>
+Brandon Philips <brandon.philips@rackspace.com> <brandon@ifup.org>
+Brian White <mscdex@mscdex.net> <mscdex@gmail.com>
Frank Denis <github@pureftpd.org>
+Isaac Z. Schlueter <i@izs.me>
Ryan Emery <seebees@gmail.com>
+San-Tai Hsu <vanilla@fatpipi.com>
+Saúl Ibarra Corretgé <saghul@gmail.com>
Yasuhiro Matsumoto <mattn.jp@gmail.com>
+Yuki OKUMURA <mjt@cltn.org>
diff --git a/AUTHORS b/AUTHORS
index d28143b..9c12d34 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -59,3 +59,4 @@ Iñaki Baz Castillo <ibc@aliax.net>
Mark Cavage <mark.cavage@joyent.com>
George Yohng <georgegh@oss3d.com>
Xidorn Quan <quanxunzhen@gmail.com>
+Roman Neuhauser <rneuhauser@suse.cz>
---
Are these changes okay? [y/n] y
New version: 0.9.0
Base tag: v0.8.0
Verifying tag and branch sanity
Preparing release notes
Inserting release notes into CHANGELOG
Updating src/version.c
Committing "Version 0.9.0 (unstable)"
SHA is f037477f880063eac1d054c27a2cb208bf13970d
Adding SHA to CHANGELOG
Next version is 0.9.1
Updating src/version.c
Committing "Now working on version 0.9.1 (unstable)"
SHA is 6fe248e9ebc6633e5be103ef16f028933fb42c78
Tagging "v0.9.0" (f037477f880063eac1d054c27a2cb208bf13970d)
SHA is 3296a82b20d3d926eea326a5e5067c998bedeab9
It worked. Do you want to push branch "master" and tag "v0.9.0"? [y/n] n
D:\libuv>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment