Skip to content
Snippets Groups Projects
Commit 2f73bf11 authored by Sandro Weber's avatar Sandro Weber
Browse files

[NRRPLT-2942] mismatch between bumped version and json file

Change-Id: I970db376eff14b69ff854199a62e34aa7e8ab1bc
parent 08a9d405
No related branches found
No related tags found
No related merge requests found
......@@ -148,10 +148,12 @@ module.exports = function(grunt) {
grunt.log.writeln('[grunt ci:' + target + '] GERRIT_BRANCH is: ' + branch);
if (target === 'patch' || target === 'minor' || target === 'major') {
tasks.unshift('bump:' + target);
tasks.push('gittag:dist');
tasks.push('gitadd:bump');
tasks.push('gitcommit:bump');
tasks.push('gitpush:bump');
tasks.push('gittag:dist');
tasks.push('gitpush:bump');
}
grunt.task.run(tasks);
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment