Update scripts/verify-release.js

Co-authored-by: Ben Lambert <blam@spotify.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-02 14:14:39 +02:00
committed by GitHub
parent 94ba0388c0
commit bdb13618e9
+1 -7
View File
@@ -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');