Skip to content

Commit

Permalink
fix(workflow): execute git add after gulp build
Browse files Browse the repository at this point in the history
See: conventional-changelog/standard-version#96
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
  • Loading branch information
feryardiant committed Sep 29, 2019
1 parent bc824be commit 24c9666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ exports.release = async () => {
const releaseConfig = {
sign: true,
scripts: {
prerelease: 'gulp build',
postbump: 'gulp zip'
prerelease: 'gulp build && git add -a',
postbump: 'gulp zip',
}
}

Expand Down

0 comments on commit 24c9666

Please sign in to comment.