diff --git a/CHANGELOG.md b/CHANGELOG.md index ad54014..2a5c462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.4.0 - 2023-04-17 +- Replace `cpliakas/git-wrapper` with `gitonomy/gitlib` +- Allow customising commit message made in `code/up` command + ## 2.3.2 - 2023-04-05 - Revert mysql command line tweaks diff --git a/README.md b/README.md index 58925af..ab54561 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ php craft copy/code/up {stage} php craft copy/code/down {stage} ``` +#### Options and arguments +* To prevent a prompt, for instance when running the command in a CI pipeline, you can use `php craft copy/code/up -i=0 -m="your commit message"`. + ### Asset Volumes Assets in Craft CMS are media files that are uploaded by editors and managed by the CMS. Assets are getting stored in volumes and are not part of Git.