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

Commit a7d53c2

Browse files
authored
increase version and list files that need version to be updated (#98)
1 parent edc08f3 commit a7d53c2

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

RELEASE.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# How to Release
22

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

examples/ios/ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'ios'
3-
spec.version = '3.0.0'
3+
spec.version = '3.1.0'
44
spec.homepage = 'https://github.com/Wavesonics/compose-multiplatform-file-picker'
55
spec.source = { :http=> ''}
66
spec.authors = ''

examples/iosApp/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- ios (3.0.0)
2+
- ios (3.1.0)
33

44
DEPENDENCIES:
55
- ios (from `../ios`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../ios"
1010

1111
SPEC CHECKSUMS:
12-
ios: 5210ef136e00d061edcde8c0735fc342bc50fca9
12+
ios: 5991262a52ccfe5cd22b68bb8d83e5dd5be98dce
1313

1414
PODFILE CHECKSUM: d0f1a8cda67b334342153a01dcff5e0cb3dfeab9
1515

16-
COCOAPODS: 1.14.2
16+
COCOAPODS: 1.13.0

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
library = "3.0.0"
2+
library = "3.1.0"
33
android-compile-sdk = "34"
44
android-target-sdk = "34"
55
android-min-sdk = "21"

0 commit comments

Comments
 (0)