Skip to content

Commit

Permalink
Update fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jan 13, 2017
1 parent 78095ef commit c8e1431
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
faraday (>= 0.7.4, < 1.0)
fastimage (2.0.1)
addressable (~> 2)
fastlane (2.7.0)
fastlane (2.8.0)
activesupport (< 5)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down Expand Up @@ -128,7 +128,7 @@ GEM
sass (~> 3.4)
sqlite3 (~> 1.3)
xcinvoke (~> 0.3.0)
json (1.8.3)
json (1.8.5)
jwt (1.5.6)
liferaft (0.0.6)
little-plugger (1.1.4)
Expand Down Expand Up @@ -202,4 +202,4 @@ DEPENDENCIES
jazzy

BUNDLED WITH
1.13.6
1.13.7
10 changes: 5 additions & 5 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ platform :mac do
stamp_changelog(
section_identifier: target_version
)

Actions.sh("jazzy \
jazzy = "jazzy \
--clean \
--author Wei Wang \
--author_url https://onev.cat \
Expand All @@ -43,9 +42,10 @@ platform :mac do
--module-version #{target_version} \
--module Hedwig \
--xcodebuild-arguments -scheme,Hedwig \
--root-url https://onevcat.github.io/Hedwig/
")

--root-url https://onevcat.github.io/Hedwig/ \
"

Actions.sh("cd .. && #{jazzy} && cd fastlane")
git_commit_all(message: "Bump version to #{target_version}")
Actions.sh("git tag -s #{target_version} -m ''")
push_to_git_remote
Expand Down

0 comments on commit c8e1431

Please sign in to comment.