Skip to content

Commit

Permalink
add missing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Sep 27, 2023
1 parent adcefcc commit 453c31c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.0-alpha.2 - 2023-09-27

- Fix permission check for Network status ([commit](https://github.com/PostHog/posthog-android/commit/57b9626a745a37a9c92437529ba9eaf308b03771))

## 3.0.0-alpha.1 - 2023-09-26

- Next major of the Android SDK rewritten in Kotlin
Expand Down
16 changes: 9 additions & 7 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Releasing
=========

0. Go to [GH Releases](https://github.com/PostHog/posthog-android/releases)
1. Choose a tag name (e.g. `3.0.0`), this is the version number of the release.
2. Choose a release name (e.g. `3.0.0`), ideally it matches the above.
3. Write a description of the release.
4. Publish the release.
5. GH Action (release.yml) is doing everything else automatically.
6. Done.
1. Update the CHANGELOG.md with the version and date
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.
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 (release.yml) is doing everything else automatically.
8. Done.

0 comments on commit 453c31c

Please sign in to comment.