Skip to content

Commit

Permalink
Ignore project file when commiting version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed May 20, 2019
1 parent 9390285 commit 1c8df3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ platform :ios do

commit_version_bump(
message: "Bump build #{new_build_number}",
xcodeproj: './CouchTracker.xcodeproj',
ignore: 'CouchTracker.xcodeproj',
include: './changelog.md',
force: true
)
Expand Down

0 comments on commit 1c8df3a

Please sign in to comment.