Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run update-release-info
  • Loading branch information
filiph committed Mar 6, 2025
commit 4463f5dc201404c1c9cad4c612ed1d17b090a0c6
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.10.2

* Fixes typos in README and CHANGELOG.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: the typo is only in the README. There is no CHANGELOG fix in this package.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I just ran dart run script/tool/bin/flutter_plugin_tools.dart update-release-info --version=minimal --base-branch=upstream/main --changelog="Fixes typos in README and CHANGELOG." I expected the change message to be put in both packages that were modified. I'm guessing the update-release-info tool is smarter and it ignores CHANGELOG changes?

Do you want me to:

a) Force an update to google_maps_flutter_platform_interface, or
b) Merely change "Fixes typos in README and CHANGELOG" above to "Fixes typo in README"?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing the update-release-info tool is smarter and it ignores CHANGELOG changes?

Correct.

b) Merely change "Fixes typos in README and CHANGELOG" above to "Fixes typo in README"?

This one. The trivial issue in the other CHANGELOG will be cleaned up on the next publish, and isn't worth releasing a new version for.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, and thanks for your patience with me. Change pushed now.


## 2.10.1

* Updates READMEs and API docs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_maps_flutter
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
version: 2.10.1
version: 2.10.2

environment:
sdk: ^3.4.0
Expand Down