Skip to content

Commit

Permalink
Update Release Notes Upload (#127)
Browse files Browse the repository at this point in the history
# Update Release Notes Upload

## ♻️ Current situation & Problem
- Our release notes are not properly updated in App Store Connect. This
might be due to the issue noted in
fastlane/fastlane#18167.

## ⚙️ Release Notes 
- Tries to explicitly note the language in setting the release notes.

### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
PSchmiedmayer authored Jan 12, 2025
1 parent 8d59f7a commit fbceff1
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 @@ -180,7 +180,7 @@ platform :ios do
deliver(
app_identifier: appidentifier,
release_notes: {
'default' => releasenotes
'en-US' => releasenotes
},
submit_for_review: true,
force: true,
Expand Down

0 comments on commit fbceff1

Please sign in to comment.