-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cppgraphqlgen] Update to v4.1.1 for latest release #22702
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout df40d1c476dc02d71b113e4a63c3a32b00ebb5bd -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/c-/cppgraphqlgen.json b/versions/c-/cppgraphqlgen.json
index 04bf39b..61eecbe 100644
--- a/versions/c-/cppgraphqlgen.json
+++ b/versions/c-/cppgraphqlgen.json
@@ -5,11 +5,6 @@
"version-semver": "4.1.1",
"port-version": 0
},
- {
- "git-tree": "c8481de46e09126a9b9c8a3a91a079ae61cd57bd",
- "version-semver": "3.7.1",
- "port-version": 0
- },
{
"git-tree": "23ec5f0002e33dd6c76bab436dec806cfde33235",
"version-semver": "4.1.0",
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/cppgraphqlgen/vcpkg.json
Valid values for the license field are listed at https://spdx.org/licenses/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout df40d1c476dc02d71b113e4a63c3a32b00ebb5bd -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/c-/cppgraphqlgen.json b/versions/c-/cppgraphqlgen.json
index ebd83a4..fff6678 100644
--- a/versions/c-/cppgraphqlgen.json
+++ b/versions/c-/cppgraphqlgen.json
@@ -15,11 +15,6 @@
"version-semver": "4.0.0",
"port-version": 0
},
- {
- "git-tree": "c8481de46e09126a9b9c8a3a91a079ae61cd57bd",
- "version-semver": "3.7.1",
- "port-version": 0
- },
{
"git-tree": "0c1dadfa4133064be08120a65fd9e2ed3a339bb8",
"version-semver": "3.6.0",
Thanks for the update! |
Describe the pull request
What does your PR fix?
Updates the latest version from v4.1.0 to v4.1.1.
Which triplets are supported/not supported? Have you updated the CI baseline?
All triplets are supported, but ci.baseline.txt still has an exception for x64-linux because the version of GCC is not new enough in the CI workflow.
Does your PR follow the maintainer guide?
Yes.
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes.
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/