-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: add editorial_summary to atmosphere fields
#472
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
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
CLA has been signed |
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.
Thank you for your pull request. Please make two changes:
- revert the change to
PLACES_FIND_FIELDS_ATMOSPHERE - add a semantic prefix
feat:to your PR title to clear the Semantic PR check
and we'll be good to go.
Noting here that it would be inadvisable to add this field to tests/test_places.py since the editorial summary content might change.
This reverts commit 6d4ee57.
editorial_summary to atmosphere fieldseditorial_summary to atmosphere fields
|
@wangela As per your request, I have reverted the change to |
wangela
left a comment
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.
Thanks for incorporating the feedback!
# [4.8.0](v4.7.3...v4.8.0) (2023-01-24) ### Features * add `editorial_summary` to Place Details atmosphere fields ([#472](#472)) ([9f09ccb](9f09ccb))
|
🎉 This PR is included in version 4.8.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Fixes #471 🦕