Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pheeque1 committed Apr 17, 2023
1 parent d50d2cc commit bcf6a48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bcf6a48

Please sign in to comment.