chore(project): add grunt-release config
This commit is contained in:
parent
4ce52d44f5
commit
150fc62ab9
|
@ -32,6 +32,15 @@ module.exports = function(grunt) {
|
||||||
jshintrc: true
|
jshintrc: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
release: {
|
||||||
|
options: {
|
||||||
|
tagName: 'v<%= version %>',
|
||||||
|
commitMessage: 'chore(project): release v<%= version %>',
|
||||||
|
tagMessage: 'chore(project): tag v<%= version %>'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
jasmine_node: {
|
jasmine_node: {
|
||||||
options: {
|
options: {
|
||||||
specNameMatcher: '.*Spec',
|
specNameMatcher: '.*Spec',
|
||||||
|
|
Loading…
Reference in New Issue