... | ... | @@ -8,19 +8,27 @@ Deployment |
|
|
For deployment and related operations, see the [DevOps wiki](https://git.customd.com/custom-d/devops/wikis/home).
|
|
|
|
|
|
|
|
|
|
|
|
Changes & Upgrade Log
|
|
|
---------------------
|
|
|
|
|
|
#### Current Versions
|
|
|
|
|
|
* Please see Slack `#zon` channel for release notes. Update requirements will be posted here when appropriate.
|
|
|
Please see Slack `#zon` channel for release notes. Update requirements will be posted here when appropriate. If there aren't specific update notes for a given version below, you should follow this update procedure;
|
|
|
|
|
|
```
|
|
|
grunt setup
|
|
|
grunt styles:zon
|
|
|
grunt test:zon:run
|
|
|
```
|
|
|
|
|
|
Then generate any new migrations to resolve DB mismatches.
|
|
|
|
|
|
|
|
|
#### Upgrade notes
|
|
|
|
|
|
* [1.0.0 — Edge](changes-1.0.0)
|
|
|
* [0.19.0](changes-0.19.0)
|
|
|
* [0.19.0](changes-0.19.0)
|
|
|
* [0.18.1](changes-0.18.1)
|
|
|
* [0.18.0](changes-0.18.0)
|
|
|
* [0.17.1](changes-0.17.1)
|
... | ... | |