Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 14, 2024
1 parent c103db8 commit dfa2892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.ci
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FASTLANE_OPT_OUT_USAGE=1
APP_ID=com.akylas.enforcedoze
REPOSITORY=https://github.com/farfromrefug/EnforceDoze
REPOSITORY=https://github.com/farfromrefug/EnforceDoze
TAG_PREFIX=v
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ lane :get_changelog do |params|
puts "changelogFormat "+ changelogFormat
# puts "display_links "+ display_links
puts "ignoredScopes "+ ignoredScopes.join(", ")
isReleasable = analyze_commits(match: "\"#{tag_prefix}#{platform}/#{flavor}*\"", ignore_scopes: ignoredScopes, debug:true)
isReleasable = analyze_commits(match: "\"#{tag_prefix}*\"", ignore_scopes: ignoredScopes, debug:true)
logs = conventional_changelog(format: changelogFormat, title: "#{platform.capitalize} Beta", display_title:false, display_links:display_links, display_scopes:false, order:["feat", "fix", "refactor", "perf"], ignore_scopes: ignoredScopes, debug:true ) || ""
if (!logs.empty?)
logs = logs.split(/[\n]/).uniq
Expand Down

0 comments on commit dfa2892

Please sign in to comment.