We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5018cef commit f066017Copy full SHA for f066017
publish_checklist.md
@@ -18,5 +18,6 @@ These steps are based on the [official documentation](https://flutter.dev/docs/d
18
* core library: `git tag -a "core_v1.1.0" -m "core_v1.1.0"`
19
* flutter_map plugin: `git tag -a "fm_v1.2.0" -m "fm_v1.2.0"`
20
* google_maps_flutter plugin: `git tag -a "gm_v1.1.0" -m "gm_v1.1.0"`
21
+* Push the tags with: `git push origin --tags`
22
* Merge the temporary branch back into main
23
* Delete the temporary branch
0 commit comments