From bb8200704b69e258b414f6e28870cd2b795cd759 Mon Sep 17 00:00:00 2001 From: Ryan Laughlin Date: Fri, 26 Nov 2021 10:58:34 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39bdb00..0c8bf9f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,4 +22,4 @@ $ cp pre-commit .git/hooks/pre-commit ## Adding a new Ruby version -Add the new version in `ruby-builder-versions.js` and update the README. +Add the new version in `ruby-builder-versions.js`, then follow the steps above in [Regenerating dist/index.js](#regenerating-distindexjs) to update `dist/index.js`. Finally, update the "Supported Versions" section of the README if needed.