aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release.sh
Commit message (Collapse)AuthorAgeFilesLines
* Keep composer.lockJeremy Benoist2019-05-291-2/+2
| | | | | | | | We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someone updated it and the master updated it too. Now we have less contributions (sadly) so I think we won't run against that problem. Also, it'll solve issue about people cloning the master and got angry because composer eat all the available memory to determine packages to install. It'll also be much easier to make release. Scrutinizer & Travis will be faster too.
* Jump to 2.3.6-dev and update release processJeremy Benoist2018-12-151-2/+2
| | | | Fix release archive in `release.sh` and also fix a typo in the release process
* Jump to 2.3.5-dev and update release processJeremy Benoist2018-11-251-4/+4
| | | | After the latest release, I update the documentation about it so it’s more clear
* Merge pull request #3706 from shtrom/fix/gnu-make-bashKevin Decherf2018-10-141-0/+0
|\ | | | | Makefile fixes for non GNU systems
| * Makefile fixes for non GNU systemsOlivier Mehani2018-08-181-0/+0
| | | | | | | | | | | | | | | | * Move `Makefile` to `GNUmakefile`, which GNU `make` picks first * Add `Makefile` so other `make`s forward to `gmake` * Set the `SHELL` variable and let `make` handle the shell Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* | Update release scriptJeremy Benoist2018-08-171-4/+4
|/
* Fixed symlinks issue during release creationNicolas Lœuillet2017-03-011-0/+1
|
* Update documentationNicolas Lœuillet2016-10-101-0/+2
|
* Created scripts folder to store update/install/release processNicolas Lœuillet2016-10-091-0/+17