gulp.task('postversion', () => {
  return Promise.resolve()
    .then(createAndApplyBanner)
    .then(add)
    .then(commitBanner)