... | ... | @@ -10,8 +10,21 @@ Zon |
|
|
For deployment and related operations, see the [DevOps wiki](https://git.customd.com/custom-d/devops/wikis/home).
|
|
|
|
|
|
|
|
|
|
|
|
## Changes & Upgrade Log
|
|
|
|
|
|
As of [0.15.0](changes-0.15.0), Zon is a little smarter about how it reports it's version number. Rather than looking inside the `package.json` file for the version number, Zon will query the Git repository for the correct version. If the current version is on an official release tag, Zon will use that tag name.
|
|
|
|
|
|
E.g., `0.15.0`
|
|
|
|
|
|
However, if the Zon repo is not on a specific tagged release, it will determine which branch it's on. If it's on the `HEAD` of a given branch, the version will be reported using that branch's name, prefixed by `dev-`.
|
|
|
|
|
|
E.g., `dev-versions/0.15.0`
|
|
|
|
|
|
Finally, if the Zon repo is not on on the `HEAD` of a branch, the version number will be reported as follows:
|
|
|
|
|
|
E.g., `dev-0.15.0 (f1b83c97a)`
|
|
|
|
|
|
#### Current Versions
|
|
|
|
|
|
* [1.0.0 — Edge](changes-1.0.0)
|
... | ... | |