Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
increase version and list files that need version to be updated (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalva97 authored Dec 12, 2023
1 parent edc08f3 commit a7d53c2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
22 changes: 15 additions & 7 deletions RELEASE.md
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
2 changes: 1 addition & 1 deletion examples/ios/ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ios'
spec.version = '3.0.0'
spec.version = '3.1.0'
spec.homepage = 'https://github.com/Wavesonics/compose-multiplatform-file-picker'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
6 changes: 3 additions & 3 deletions examples/iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ios (3.0.0)
- ios (3.1.0)

DEPENDENCIES:
- ios (from `../ios`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../ios"

SPEC CHECKSUMS:
ios: 5210ef136e00d061edcde8c0735fc342bc50fca9
ios: 5991262a52ccfe5cd22b68bb8d83e5dd5be98dce

PODFILE CHECKSUM: d0f1a8cda67b334342153a01dcff5e0cb3dfeab9

COCOAPODS: 1.14.2
COCOAPODS: 1.13.0
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
library = "3.0.0"
library = "3.1.0"
android-compile-sdk = "34"
android-target-sdk = "34"
android-min-sdk = "21"
Expand Down

0 comments on commit a7d53c2

Please sign in to comment.