Skip to content
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

Merged
merged 7 commits into from
Jan 26, 2022

Conversation

wravery
Copy link
Contributor

@wravery wravery commented Jan 22, 2022

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/

Copy link

@github-actions github-actions bot left a 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/

Copy link

@github-actions github-actions bot left a 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",

@wravery wravery marked this pull request as ready for review January 22, 2022 23:08
@JonLiu1993 JonLiu1993 self-assigned this Jan 24, 2022
@JonLiu1993 JonLiu1993 added the category:port-update The issue is with a library, which is requesting update new revision label Jan 24, 2022
versions/c-/cppgraphqlgen.json Outdated Show resolved Hide resolved
@wravery wravery changed the title [cppgraphqlgen] Update to v4.1.1 for latest release (plus v3.7.1 maintenance release) [cppgraphqlgen] Update to v4.1.1 for latest release Jan 24, 2022
@JonLiu1993 JonLiu1993 added the info:reviewed Pull Request changes follow basic guidelines label Jan 25, 2022
@ras0219-msft ras0219-msft merged commit e6a604d into microsoft:master Jan 26, 2022
@ras0219-msft
Copy link
Contributor

Thanks for the update!

@wravery wravery deleted the cppgraphqlgen branch April 25, 2022 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants