-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adcefcc
commit 453c31c
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |