File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ Releasing
22=========
33
44 1 . Update the CHANGELOG.md with the version
5- 2 . Go to [ GH Releases] ( https://github.com/PostHog/posthog-android/releases )
6- 3 . Choose a tag name (e.g. ` 3.0.0 ` ), this is the version number of the release (the tag must follow this format).
5+ 2 . Update the version in ` pubspec.yaml `
6+ 3 . Go to [ GH Releases] ( https://github.com/PostHog/posthog-android/releases )
7+ 4 . Choose a tag name (e.g. ` 3.0.0 ` ), this is the version number of the release (the tag must follow this format).
78 1 . Preview releases follow the pattern ` 3.0.0-alpha.1 ` , ` 3.0.0-beta.1 ` , ` 3.0.0-RC.1 `
8- 4 . Choose a release name (e.g. ` 3.0.0 ` ), ideally it matches the above.
9- 5 . Write a description of the release.
10- 6 . Publish the release.
11- 7 . GH Action (publish.yml) is doing everything else [ automatically] ( https://pub.dev/packages/posthog_flutter/admin ) .
12- 8 . Done.
9+ 5 . Choose a release name (e.g. ` 3.0.0 ` ), ideally it matches the above.
10+ 6 . Write a description of the release.
11+ 7 . Publish the release.
12+ 8 . GH Action (publish.yml) is doing everything else [ automatically] ( https://pub.dev/packages/posthog_flutter/admin ) .
13+ 9 . Done.
Original file line number Diff line number Diff line change 11name : posthog_flutter
22description : Flutter implementation of PostHog client for iOS, Android and Web
3- version : 3.1 .0
3+ version : 3.2 .0
44homepage : https://www.posthog.com
55repository : https://github.com/posthog/posthog-flutter
66issue_tracker : https://github.com/posthog/posthog-flutter/issues
You can’t perform that action at this time.
0 commit comments