Skip to content

Commit

Permalink
build(robo): changelog to be updated on release only
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed May 7, 2020
1 parent 4cdc8af commit 71cddf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ public function archiveBuild($release = 'release') {

$this->taskGitStack()
->stopOnFail()
->add('data/font-awesome.php')
->add('data/font-awesome_.php')
->commit('build(form): update font awesome data')
->run();

// update version in package.json
$this->sourceUpdatePackageJson($version);
if ($release != 'release') {
if ($release == 'release') {
$this->updateChangelog();
}

Expand Down

0 comments on commit 71cddf3

Please sign in to comment.