[stronk] bump to v0.14.0 #58874
Annotations
2 errors
|
Generate Reply
PRs must add only one version, and must not modify any published versions.
When making any changes to a library, the version or port-version in vcpkg.json must be modified, and the version database updated.
Making the following changes will fix this problem:```diff
error: checked-in files for stronk have changed but the version was not updated
version: 0.14.0
old SHA: 9815cc67dc9356602af1f7addb910cfe5a324d95
new SHA: fb6849e91dd70c7855aa08912786057ecc1ba291
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information.
***No files were updated***
```
|
|
Generate Reply
All vcpkg.json files and baselines must be formatted. To fix this problem, run:
./vcpkg format-manifest ports/*/vcpkg.json
./vcpkg format-feature-baseline scripts/ci.baseline.txt
./vcpkg format-feature-baseline scripts/ci.feature.baseline.txt
It should make the following changes:```diff
diff --git a/ports/stronk/vcpkg.json b/ports/stronk/vcpkg.json
index 0c22c3fd..984d1ac7 100644
--- a/ports/stronk/vcpkg.json
+++ b/ports/stronk/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "stronk",
"version-semver": "0.14.0",
- "port-version": 0,
"description": "An easy to customize, strong type library with built in support for unit-like behavior",
"homepage": "https://github.com/twig-energy/stronk",
"license": "MIT",
```
|
Loading