Skip to content

Commit f066017

Browse files
committed
Updated publishing checklist
1 parent 5018cef commit f066017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish_checklist.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ These steps are based on the [official documentation](https://flutter.dev/docs/d
1818
* core library: `git tag -a "core_v1.1.0" -m "core_v1.1.0"`
1919
* flutter_map plugin: `git tag -a "fm_v1.2.0" -m "fm_v1.2.0"`
2020
* 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`
2122
* Merge the temporary branch back into main
2223
* Delete the temporary branch

0 commit comments

Comments
 (0)