-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update fastfile * Use github script for release * bump version from 2.2.14+21 to 2.2.15+21 by fastlane plugin
- Loading branch information
1 parent
6302f8c
commit 3e62650
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ lane :bump_version do |options| | |
parts: options[:bump], | ||
pubspec: "../pubspec.yaml" | ||
) | ||
if(options[:push] && (options[:bump] || options[:bump_build])) | ||
if(options[:push] && options[:bump]) | ||
sh "git config --global user.email [email protected]" | ||
sh "git config --global user.name Mohammed chahboun" | ||
sh "git config --global push.followTags true" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters