Skip to content

Commit

Permalink
CO: release builder small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
toutantic authored and alegout committed Nov 22, 2017
1 parent 27769d2 commit 66321a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion tools/build/CreateRelease.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

require_once 'Libraries/ReleaseCreator.php';
require_once 'Libraries/GitClient.php';
require_once 'Libraries/functions.php';
require_once 'Exception/BuildException.php';

Expand Down
5 changes: 3 additions & 2 deletions tools/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

To create a release:

`php CreateRelease.php --version="1.7.2.4"`

```
php CreateRelease.php --version="1.7.2.4"
```
This will:

* Define constants (`_PS_MODE_DEV_` to false etc...)
Expand Down

0 comments on commit 66321a3

Please sign in to comment.