From 9b2fe90ad9e1ae7e34e31ade5529e1f761c5023e Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 15 Jun 2019 08:10:53 +0200 Subject: [PATCH] chore: updated build docs --- build/release.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/release.js b/build/release.js index a9576181f..7d78e7e61 100644 --- a/build/release.js +++ b/build/release.js @@ -1,9 +1,9 @@ /* Release checklist - Run `git changelog` and edit to match previous output (this should make use of jquey-release instead) - make sure the correct 'x.y.z-pre' version is defined in package.json -- cd into your local https://github.com/jquery/jquery-release fork -- pull latest https://github.com/jquery/jquery-release -- disable _generateChangelog task in release.js (BOOOO) +- `cd jquery-release` into your local https://github.com/jquery/jquery-release fork +- `git pull` latest https://github.com/jquery/jquery-release +- disable _generateChangelog task in release.js (BOOOO), by commenting this lines: https://github.com/jquery/jquery-release/blob/a9823df8a5dff4c96d1f6645b09daa591adc2f06/release.js#L43-L44 - run node release.js --remote=jquery-validation/jquery-validation - Wait a while, verify and confirm each step