Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(build): build will now update CHANGELOG in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed May 15, 2015
1 parent 5f7b1e9 commit 859ceb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@
comment('update package.json in master'),
'git co master',
'git pull --rebase {{origin}} master',
'git checkout release/{{newVersion}} -- CHANGELOG.md',
'node -e "' + stringifyFunction(buildCommand) + '"',
'git add CHANGELOG.md',
'git add package.json',
'git commit -m "update version number in package.json to {{newVersion}}"',
'git push'
Expand Down

0 comments on commit 859ceb1

Please sign in to comment.