Skip to content

Commit 6972490

Browse files
committed
Build: Update release script to skip changelog generator
1 parent edbcf2c commit 6972490

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build/release.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/* Release checklist
2+
- Run `git changelog` and edit to match previous output (this should make use of jquey-release instead)
3+
- pull latest https://github.com/jquery/jquery-release
4+
- run
5+
node release.js --remote=jzaefferer/jquery-validation
6+
- Wait a while, verify and confirm each step
7+
-
8+
*/
9+
110
/*jshint node:true */
211
module.exports = function( Release ) {
312

@@ -14,6 +23,8 @@ Release.define({
1423
return Release.newVersion + " / " + today() + "\n==================\n\n";
1524
},
1625

26+
_generateChangelog: function() {},
27+
1728
generateArtifacts: function( done ) {
1829
Release.exec( "grunt release", "Grunt command failed" );
1930
done([

0 commit comments

Comments
 (0)