mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Fix reference error when tagging a release
This commit is contained in:
parent
92e73bd28a
commit
55a115179e
@ -81,7 +81,7 @@ gulp.task('bump', function(complete){
|
||||
});
|
||||
|
||||
gulp.task('release', ['build'], function(){
|
||||
exec('git tag -a v' + newVersion);
|
||||
exec('git tag -a v' + package.version);
|
||||
});
|
||||
|
||||
gulp.task('jshint', function(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user