Skip to content

Commit aaf21cf

Browse files
committed
Auto-commit after build-task
1 parent 05f1a7b commit aaf21cf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fpdf",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"homepage": "https://github.com/platdesign/fpdf",
55
"authors": [
66
"Christian Blaschke <[email protected]>"

gulpfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ gulp.task('patch', ['build'], function(cb){
137137
.pipe( git.add() )
138138
.pipe( git.commit('Patch to v' + version) )
139139
.pipe( git.tag('v'+version, params.desc || 'Autotag without description'), {args: "signed"})
140+
.on('end', cb)
140141
;
141142

142143
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "FPDF",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "Create PDF-Files in the Browser",
55
"keywords": [
66
"PDF",

0 commit comments

Comments
 (0)