Skip to content

Commit

Permalink
Release version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelfus committed Jan 7, 2025
1 parent aef1d40 commit 272cfe8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ gulp.task('get-version', function (done) {
});

gulp.task('release-commit', function (done) {
const message = 'Release version ' + version;
const message = 'Release version 3.1.0';
gulp.src(['package.json', 'manifest.json', 'dist/*'])
.pipe(git.add())
.pipe(git.commit(message, {emitData: true}))
Expand Down Expand Up @@ -235,15 +235,15 @@ gulp.task('release',
'bump-files',
'get-version',
'add-decorator',
'release-commit',
// 'release-commit',

'checkout-gh-pages',
'merge-with-master',
'checkout-master',
// 'checkout-gh-pages',
// 'merge-with-master',
// 'checkout-master',

'push-gh-pages',
'push-master',
'push-tags'
// 'push-gh-pages',
// 'push-master',
// 'push-tags'

//'npm-publish'
)
Expand Down

0 comments on commit 272cfe8

Please sign in to comment.