Explorar o código

chore(grunt): add prep-release task

Estevão Soares dos Santos %!s(int64=10) %!d(string=hai) anos
pai
achega
a4e67a0ee7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Gruntfile.js

+ 1 - 0
Gruntfile.js

@@ -91,6 +91,7 @@ module.exports = function (grunt) {
   grunt.registerTask('test', ['lint', 'concat', 'simplemocha']);
   grunt.registerTask('test-without-building', ['simplemocha']);
   grunt.registerTask('build', ['lint', 'test', 'uglify']);
+  grunt.registerTask('prep-release', ['build', 'changelog']);
 
   // Default task(s).
   grunt.registerTask('default', []);