Skip to content

Commit

Permalink
chore: fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 8, 2024
1 parent 43f49c3 commit 2c87329
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ lane :get_changelog do |params|
puts "get_changelog "+ platform + " "+ flavor
puts "tag_prefix "+ tag_prefix
puts "changelogFormat "+ changelogFormat
puts "display_links "+ display_links
# puts "display_links "+ display_links
puts "ignoredScopes "+ ignoredScopes.join(", ")
isReleasable = analyze_commits(match: "\"#{tag_prefix}#{platform}/#{flavor}*\"", 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 ) || ""
Expand Down
2 changes: 1 addition & 1 deletion tools
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ __metadata:

"@akylas/nativescript-app-tools@file:tools::locator=root-workspace-0b6124%40workspace%3A.":
version: 1.0.0
resolution: "@akylas/nativescript-app-tools@file:tools#tools::hash=1c9c10&locator=root-workspace-0b6124%40workspace%3A."
resolution: "@akylas/nativescript-app-tools@file:tools#tools::hash=a2aa01&locator=root-workspace-0b6124%40workspace%3A."
dependencies:
"@dotenvx/dotenvx": "npm:1.19.3"
"@nativescript-community/fontmin": "npm:0.9.11"
Expand Down Expand Up @@ -81,7 +81,7 @@ __metadata:
typescript: "npm:5.6.3"
typescript-eslint: "npm:^8.9.0"
webpack-bundle-analyzer: "npm:^4.10.2"
checksum: 671fc9fb7926a4c0f87de62c7b3036da19548f459d0ca6a70b0928b953630e0514aab7e2689d46a6fceff7bc48b9eedf38a030bd48a0d67405cc4278968f438a
checksum: 005689f14c630eb9f34a5789a4947d5693af05e1566631fb16a38488773b1ace3e57e832c822c728938fa16519ac4bacded508adeb9415dfd2ecf680d35960a4
languageName: node
linkType: hard

Expand Down

0 comments on commit 2c87329

Please sign in to comment.