This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increase version and list files that need version to be updated (#98)
- Loading branch information
Showing
4 changed files
with
20 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# How to Release | ||
|
||
1. Create a new Release & Tag on Github | ||
2. Wait for build and upload | ||
3. [SonaType Repo Manager](https://s01.oss.sonatype.org/) | ||
4. Login | ||
5. Go to Staging Repository | ||
6. Close the library | ||
7. Release the library | ||
1. increase version number in following files | ||
- examples/ios/ios.podspec | ||
- gradle/libs.versions.toml | ||
- examples/iosApp/Podfile.lock | ||
- README.md - update this file after library is released | ||
2. Create a new Release & Tag on Github, but set it as a pre-release. This is to avoid confusion for | ||
users when trying to install a library that is uploaded but not yet available for download. | ||
3. Wait for build and upload | ||
4. [SonaType Repo Manager](https://s01.oss.sonatype.org/) | ||
5. Login | ||
6. Go to Staging Repository | ||
7. Close the library | ||
8. Release the library | ||
9. After library is available for download then update README.md | ||
and set the Github Release as the latest release |
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
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