File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
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
- pull latest https://github.com/jquery/jquery-release
4
+ - disable _generateChangelog task in release.js (BOOOO)
4
5
- run
5
6
node release.js --remote=jzaefferer/jquery-validation
6
7
- Wait a while, verify and confirm each step
7
- -
8
+ - Create GitHub release: Pick the new tag, add changelog, upload zip
9
+ - Update MS CDN (see 1password for url and credentials)
10
+ - Check jsdelivr CDN
11
+ - Update validation-content/pages/index.html (may have to hold off on CDN updates until available)
12
+ - Write blog post: Some highlights, changelog, download links
8
13
*/
9
14
10
15
/*jshint node:true */
@@ -33,8 +38,8 @@ Release.define({
33
38
] ) ;
34
39
} ,
35
40
36
- // disable CDN publishing
37
41
cdnPublish : false ,
42
+ npmPublish : true ,
38
43
39
44
// disable authors check
40
45
_checkAuthorsTxt : function ( ) { }
You can’t perform that action at this time.
0 commit comments