Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 9, 2023
1 parent 9e9c39e commit b1ed76d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ Releasing
=========

1. Update the CHANGELOG.md with the version
2. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases)
3. Choose a tag name (e.g. `3.0.0`), this is the version number of the release (the tag must follow this format).
2. Update the version in `pubspec.yaml`
3. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases)
4. Choose a tag name (e.g. `3.0.0`), this is the version number of the release (the tag must follow this format).
1. Preview releases follow the pattern `3.0.0-alpha.1`, `3.0.0-beta.1`, `3.0.0-RC.1`
4. Choose a release name (e.g. `3.0.0`), ideally it matches the above.
5. Write a description of the release.
6. Publish the release.
7. GH Action (publish.yml) is doing everything else [automatically](https://pub.dev/packages/posthog_flutter/admin).
8. Done.
5. Choose a release name (e.g. `3.0.0`), ideally it matches the above.
6. Write a description of the release.
7. Publish the release.
8. GH Action (publish.yml) is doing everything else [automatically](https://pub.dev/packages/posthog_flutter/admin).
9. Done.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: posthog_flutter
description: Flutter implementation of PostHog client for iOS, Android and Web
version: 3.1.0
version: 3.2.0
homepage: https://www.posthog.com
repository: https://github.com/posthog/posthog-flutter
issue_tracker: https://github.com/posthog/posthog-flutter/issues
Expand Down

0 comments on commit b1ed76d

Please sign in to comment.