Skip to content

Commit 061e5af

Browse files
authored
Build: add more release docs
1 parent e747a4f commit 061e5af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/release.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
/* Release checklist
22
- Run `git changelog` and edit to match previous output (this should make use of jquey-release instead)
33
- make sure the correct 'x.y.z-pre' version is defined in package.json
4+
- cd into your local https://github.com/jquery/jquery-release fork
45
- pull latest https://github.com/jquery/jquery-release
56
- disable _generateChangelog task in release.js (BOOOO)
67
- run
78
node release.js --remote=jquery-validation/jquery-validation
89
- Wait a while, verify and confirm each step
9-
- Create GitHub release: Pick the new tag, add changelog, upload zip
10+
- Create GitHub release: Pick the new tag, add changelog, upload zip (from __release/repo/dist/*.zip)
1011
- Upload to NPM
12+
cd into your local jquery-validation fork
1113
git fetch --tags jquery-validation
1214
git checkout tags/X.YY.Z
1315
npm publish

0 commit comments

Comments
 (0)