File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
/* Release checklist
2
2
- Run `git changelog` and edit to match previous output (this should make use of jquey-release instead)
3
3
- 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
4
5
- pull latest https://github.com/jquery/jquery-release
5
6
- disable _generateChangelog task in release.js (BOOOO)
6
7
- run
7
8
node release.js --remote=jquery-validation/jquery-validation
8
9
- 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)
10
11
- Upload to NPM
12
+ cd into your local jquery-validation fork
11
13
git fetch --tags jquery-validation
12
14
git checkout tags/X.YY.Z
13
15
npm publish
You can’t perform that action at this time.
0 commit comments