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 0d01a50 commit 9ffaa95Copy full SHA for 9ffaa95
Gruntfile.js
@@ -109,8 +109,8 @@ module.exports = function(grunt) {
109
createTag: true,
110
tagName: 'v%VERSION%',
111
tagMessage: 'Version %VERSION%',
112
- /*push: true,
113
- pushTo: 'upstream',*/
+ push: false,
+ pushTo: 'upstream',
114
gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d'
115
}
116
},
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "crud-grid",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"description": "Angular grid for Spring Data REST backend",
5
"main": "index.js",
6
"scripts": {
0 commit comments