Skip to content

Commit d54963f

Browse files
author
Alexander Weiß
committed
fix: Fastfile release section
1 parent 7896712 commit d54963f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

fastlane/Fastfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ platform :ios do
3333
# Retrieve Version from options
3434
version = options[:version]
3535
# Set Podspec version
36-
version_bump_podspec(
37-
path: "LoggingKit.podspec",
38-
version_number: version
39-
)
36+
#version_bump_podspec(
37+
# path: "LoggingKit.podspec",
38+
# version_number: version
39+
#)
4040
# Set Framework plist version
4141
set_info_plist_value(
4242
path: "Configs/LoggingKit.plist",
@@ -58,12 +58,11 @@ platform :ios do
5858
# Commit modified files
5959
git_commit(
6060
path: [
61-
"LoggingKit.podspec",
6261
"Configs/LoggingKit.plist",
6362
"Configs/LoggingKitTests.plist",
6463
"Example/Resources/Info.plist"
6564
],
66-
message: "LoggingKit Version #{version} 🚀"
65+
message: "chore: LoggingKit Version #{version} 🚀"
6766
)
6867
end
6968

0 commit comments

Comments
 (0)