This repository was archived by the owner on Jun 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-12
lines changed Expand file tree Collapse file tree 4 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 1
1
# How to Release
2
2
3
- 1 . Create a new Release & Tag on Github
4
- 2 . Wait for build and upload
5
- 3 . [ SonaType Repo Manager] ( https://s01.oss.sonatype.org/ )
6
- 4 . Login
7
- 5 . Go to Staging Repository
8
- 6 . Close the library
9
- 7 . Release the library
3
+ 1 . increase version number in following files
4
+ - examples/ios/ios.podspec
5
+ - gradle/libs.versions.toml
6
+ - examples/iosApp/Podfile.lock
7
+ - README.md - update this file after library is released
8
+ 2 . Create a new Release & Tag on Github, but set it as a pre-release. This is to avoid confusion for
9
+ users when trying to install a library that is uploaded but not yet available for download.
10
+ 3 . Wait for build and upload
11
+ 4 . [ SonaType Repo Manager] ( https://s01.oss.sonatype.org/ )
12
+ 5 . Login
13
+ 6 . Go to Staging Repository
14
+ 7 . Close the library
15
+ 8 . Release the library
16
+ 9 . After library is available for download then update README.md
17
+ and set the Github Release as the latest release
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'ios'
3
- spec . version = '3.0 .0'
3
+ spec . version = '3.1 .0'
4
4
spec . homepage = 'https://github.com/Wavesonics/compose-multiplatform-file-picker'
5
5
spec . source = { :http => '' }
6
6
spec . authors = ''
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - ios (3.0 .0)
2
+ - ios (3.1 .0)
3
3
4
4
DEPENDENCIES:
5
5
- ios (from `../ios`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
9
9
:path: "../ios"
10
10
11
11
SPEC CHECKSUMS:
12
- ios: 5210ef136e00d061edcde8c0735fc342bc50fca9
12
+ ios: 5991262a52ccfe5cd22b68bb8d83e5dd5be98dce
13
13
14
14
PODFILE CHECKSUM: d0f1a8cda67b334342153a01dcff5e0cb3dfeab9
15
15
16
- COCOAPODS: 1.14.2
16
+ COCOAPODS: 1.13.0
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- library = " 3.0 .0"
2
+ library = " 3.1 .0"
3
3
android-compile-sdk = " 34"
4
4
android-target-sdk = " 34"
5
5
android-min-sdk = " 21"
You can’t perform that action at this time.
0 commit comments