Skip to content

Commit 9f2288a

Browse files
authored
Use the new release automation solution (#128)
1 parent dfa388e commit 9f2288a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.shiprc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"files": {
3+
"JWTDecode/Info.plist": [],
4+
"README.md": ["~> {MAJOR}.{MINOR}"]
5+
},
6+
"postbump": "bundle update",
7+
"prefixVersion": false
8+
}

JWTDecodeTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.6.1</string>
18+
<string>0.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

fastlane/Fastfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ platform :ios do
5555
test
5656
end
5757

58-
desc "Releases the library to Cocoapods & Github Releases and updates README/CHANGELOG"
59-
desc "You need to specify the type of release with the `bump` parameter with the values [major|minor|patch]"
60-
lane :release_prepare do |options|
61-
release_options = {repository: 'JWTDecode.swift', xcodeproj: 'JWTDecode.xcodeproj', target: 'JWTDecode-iOS'}.merge(options)
62-
prepare_release release_options
63-
end
64-
6558
desc "Performs the prepared release by creating a tag and pusing to remote"
6659
lane :release_perform do
6760
perform_release target: 'JWTDecode-iOS'
@@ -72,4 +65,3 @@ platform :ios do
7265
publish_release repository: 'JWTDecode.swift'
7366
end
7467
end
75-

0 commit comments

Comments
 (0)