From f6ac91bb62e7f4df1184ac187447b17f4812244b Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Tue, 20 Jul 2021 00:53:02 -0400 Subject: [PATCH 1/2] doc: create a GitHub release for each tag Fixes: https://github.com/libuv/libuv-release-tool/issues/12 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d3a3b3..b4d5fff 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,6 @@ etc. You can verify that this step worked by checking `.tar.gz.sign` files. 6. Create a "Now working on" commit in libuv/libuv. An example can be seen [here](https://github.com/libuv/libuv/commit/07955ed3737cc59bc4d586b34222669ca87de755). -7. Make a pull request to nodejs/node to update the version of libuv. +7. Create a new release on Github for the tag at +. +9. Make a pull request to nodejs/node to update the version of libuv. From 7ce659b291c906f32ce4977a62239e5eb21977eb Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Thu, 22 Jul 2021 12:22:21 -0400 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Santiago Gimeno --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4d5fff..a9a9c7c 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ etc. You can verify that this step worked by checking [here](https://github.com/libuv/libuv/commit/07955ed3737cc59bc4d586b34222669ca87de755). 7. Create a new release on Github for the tag at . -9. Make a pull request to nodejs/node to update the version of libuv. +8. Make a pull request to nodejs/node to update the version of libuv.