Skip to content

Commit e303745

Browse files
authored
Merge pull request #283 from Elyx0/@vonovak/use-version-tags-with-v-prefix
explain new version tags format
2 parents ed40a18 + 989d85d commit e303745

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-native-document-picker
22

3+
⚠️ NOTE: since version 3.3.2 we're using git version tags prefixed with `v`, eg. `v3.3.2`. This is a standard format and should mean no changes to your workflows.
4+
35
⚠️ Breaking: New Interface: use v2 branch if you need to go back.
46
PR are welcome to add what's missing.
57

react-native-document-picker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.license = package['license']
1010
s.homepage = package['homepage']
1111
s.authors = { 'Elyx0' => '[email protected]' }
12-
s.source = { :git => "https://github.com/Elyx0/react-native-document-picker", :tag => "#{s.version}" }
12+
s.source = { :git => "https://github.com/Elyx0/react-native-document-picker", :tag => "v#{s.version}" }
1313
s.source_files = "ios/RNDocumentPicker/*.{h,m}"
1414
s.platform = :ios, "7.0"
1515
s.dependency 'React'

0 commit comments

Comments
 (0)