From 8cad62ef5d966e3be196f000af3d72f3fcde253f Mon Sep 17 00:00:00 2001 From: Julien Biezemans Date: Fri, 12 Sep 2014 12:40:40 +0200 Subject: [PATCH] Rename release script --- CONTRIBUTE.md | 2 +- scripts/{compile-release.js => release.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{compile-release.js => release.js} (100%) diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 80eceeb31..e7c067656 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -105,7 +105,7 @@ This a reminder of the steps maintainers have to follow to release a new version * Bump version in `lib/cucumber.js` * Bump version in `package.json` * Bump version in `bower.json` -* Compile the bundle with `node scripts/compile-release.js` +* Compile the bundle with `node scripts/release.js` * Add new contributors to `package.json`, if any * Commit those changes as "*Release 0.1.2*" (where *0.1.2* is the actual version, of course) * Tag commit as "v0.1.2" with short description of main changes diff --git a/scripts/compile-release.js b/scripts/release.js similarity index 100% rename from scripts/compile-release.js rename to scripts/release.js