Created
July 9, 2012 19:58
-
-
Save piscisaureus/3078540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 @@ | |
+<[email protected]> <[email protected]> | |
+<[email protected]> <[email protected]> | |
<[email protected]> <[email protected]> | |
<[email protected]> <[email protected]> | |
-<[email protected]> <[email protected]> | |
-<[email protected]> <[email protected]> | |
-San-Tai Hsu <[email protected]> | |
-Isaac Z. Schlueter <[email protected]> | |
-Saúl Ibarra Corretgé <[email protected]> | |
-Yuki OKUMURA <[email protected]> | |
+Brandon Philips <[email protected]> <[email protected]> | |
+Brian White <[email protected]> <[email protected]> | |
Frank Denis <[email protected]> | |
+Isaac Z. Schlueter <[email protected]> | |
Ryan Emery <[email protected]> | |
+San-Tai Hsu <[email protected]> | |
+Saúl Ibarra Corretgé <[email protected]> | |
Yasuhiro Matsumoto <[email protected]> | |
+Yuki OKUMURA <[email protected]> | |
diff --git a/AUTHORS b/AUTHORS | |
index d28143b..9c12d34 100644 | |
--- a/AUTHORS | |
+++ b/AUTHORS | |
@@ -59,3 +59,4 @@ Iñaki Baz Castillo <[email protected]> | |
Mark Cavage <[email protected]> | |
George Yohng <[email protected]> | |
Xidorn Quan <[email protected]> | |
+Roman Neuhauser <[email protected]> | |
--- | |
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