We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbcf2c commit 6972490Copy full SHA for 6972490
build/release.js
@@ -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
+
10
/*jshint node:true */
11
module.exports = function( Release ) {
12
@@ -14,6 +23,8 @@ Release.define({
14
23
return Release.newVersion + " / " + today() + "\n==================\n\n";
15
24
},
16
25
26
+ _generateChangelog: function() {},
27
17
28
generateArtifacts: function( done ) {
18
29
Release.exec( "grunt release", "Grunt command failed" );
19
30
done([
0 commit comments