Skip to content

Commit

Permalink
Merge pull request #379 from totten/master-civimix
Browse files Browse the repository at this point in the history
(dev/core#5365) Update civimix-schema
  • Loading branch information
totten authored Dec 17, 2024
2 parents 416b117 + 8c8647f commit 7f13bc7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# civix: Mixin Libraries

## Generate an update

Consider `[email protected]`, which is generated from `civicrm-core:mixin/lib/civimix-schema`.

Suppose a new version (`Y.Y.Y`) is available upstream.

Here's how to update the version civix:

```bash
## Export new lib
cd CIVICRM_REPO
./tools/mixin/bin/build-lib /tmp/civimix

## Update civix: Remove old lib. Add new lib.
cd CIVIX_REPO
rm lib/[email protected]
cp /tmp/civimix/[email protected] lib/
```
Binary file renamed lib/[email protected] → lib/[email protected]
Binary file not shown.

0 comments on commit 7f13bc7

Please sign in to comment.