From bdb13618e9fbdd995ae18137128bb1a133260e69 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 2 Apr 2024 14:14:39 +0200 Subject: [PATCH] Update scripts/verify-release.js Co-authored-by: Ben Lambert Signed-off-by: Patrik Oldsberg --- scripts/verify-release.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/verify-release.js b/scripts/verify-release.js index b8b390be28..fe181eddac 100755 --- a/scripts/verify-release.js +++ b/scripts/verify-release.js @@ -16,13 +16,7 @@ * limitations under the License. */ -// This script is used to determine whether a particular commit has changes -// that should lead to a release. It is run as part of the main master build -// to determine whether the release flow should be run as well. -// -// It has the following output which can be used later in GitHub actions: -// -// needs_release = 'true' | 'false' +// This script is used to verify that the branch that we're patching is correct, and that we're not patching branches like master const { execFile: execFileCb } = require('child_process'); const { resolve: resolvePath } = require('path');