diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2021-01-21 09:53:22 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-21 09:53:22 -0800 |
| commit | 68a74950d0400f5a803026d0860f49853984bf11 (patch) | |
| tree | a2122f59fd991381290b3d8fbd884ccf6f41121c /docs/maintainers | |
| parent | bedeaa639c21a759ad211b048deb7968a6648f10 (diff) | |
| download | vcpkg-68a74950d0400f5a803026d0860f49853984bf11.tar.gz vcpkg-68a74950d0400f5a803026d0860f49853984bf11.zip | |
[vcpkg] Rename `port_versions` to `versions` (#15784)
Diffstat (limited to 'docs/maintainers')
| -rw-r--r-- | docs/maintainers/maintainer-guide.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/maintainers/maintainer-guide.md b/docs/maintainers/maintainer-guide.md index 6ceb51912..9a65d1790 100644 --- a/docs/maintainers/maintainer-guide.md +++ b/docs/maintainers/maintainer-guide.md @@ -204,16 +204,16 @@ For Example: See our [manifest files document](manifest-files.md#port-version) for a full explanation of our conventions.
-### Update the version files in `port_versions/` of any modified ports
+### Update the version files in `versions/` of any modified ports
Vcpkg uses a set of metadata files to power its versioning feature.
These files are located in the following locations:
-* `${VCPKG_ROOT}/port_versions/baseline.json`, (this file is common to all ports) and
-* `${VCPKG_ROOT}/port_versions/${first-letter-of-portname}-/${portname}.json` (one per port).
+* `${VCPKG_ROOT}/versions/baseline.json`, (this file is common to all ports) and
+* `${VCPKG_ROOT}/versions/${first-letter-of-portname}-/${portname}.json` (one per port).
For example, for `zlib` the relevant files are:
-* `${VCPKG_ROOT}/port_versions/baseline.json`
-* `${VCPKG_ROOT}/port_versions/z-/zlib.json`
+* `${VCPKG_ROOT}/versions/baseline.json`
+* `${VCPKG_ROOT}/versions/z-/zlib.json`
We expect that each time you update a port, you also update its version files.
|
