[Groonga-commit] groonga/groonga-admin at 0505765 [master] Use grunt-release

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 17 12:36:29 JST 2014


Kouhei Sutou	2014-11-17 12:36:29 +0900 (Mon, 17 Nov 2014)

  New Revision: 05057654b8846043e08dd15282b907b36a9420a8
  https://github.com/groonga/groonga-admin/commit/05057654b8846043e08dd15282b907b36a9420a8

  Message:
    Use grunt-release

  Modified files:
    Gruntfile.js
    package.json

  Modified: Gruntfile.js (+10 -0)
===================================================================
--- Gruntfile.js    2014-11-17 12:27:53 +0900 (c27ff62)
+++ Gruntfile.js    2014-11-17 12:36:29 +0900 (dd2772d)
@@ -394,6 +394,16 @@ module.exports = function (grunt) {
         configFile: 'test/karma.conf.js',
         singleRun: true
       }
+    },
+
+    // Release settings
+    release: {
+      options: {
+        bump: false,
+        add: false,
+        commit: false,
+        npm: false
+      }
     }
   });
 

  Modified: package.json (+1 -0)
===================================================================
--- package.json    2014-11-17 12:27:53 +0900 (4186a74)
+++ package.json    2014-11-17 12:36:29 +0900 (d165c93)
@@ -44,6 +44,7 @@
     "grunt-svgmin": "^0.4.0",
     "grunt-usemin": "^2.1.1",
     "grunt-wiredep": "^1.7.0",
+    "grunt-release": "^0.7.0",
     "jshint-stylish": "^0.2.0",
     "load-grunt-tasks": "^0.4.0",
     "time-grunt": "^0.3.1"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index