Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-7377] Add release notes on TestFlight uploads #644

Merged
merged 39 commits into from
May 30, 2024
Merged

Conversation

KatherineInCode
Copy link
Contributor

@KatherineInCode KatherineInCode commented May 28, 2024

🎟️ Tracking

PM-7377

📔 Objective

This changes the TestFlight upload to use Fastlane, which allows for the inclusion of a changelog, which will show up as "What to Test" notes in TestFlight.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

Copy link
Contributor

1 Warning
⚠️ Ignoring duplicate libraries: '-lbitwarden_uniffi'

Bitwarden code coverage

Total coverage: 86.44%

Powered by Slather

Generated by 🚫 Danger

@KatherineInCode KatherineInCode marked this pull request as ready for review May 28, 2024 18:00
@KatherineInCode KatherineInCode requested review from a team and matt-livefront May 28, 2024 18:00
@bitwarden-bot
Copy link

bitwarden-bot commented May 28, 2024

Logo
Checkmarx One – Scan Summary & Details16ab3bd7-8584-4eb1-a550-ff77d0e0a521

No New Or Fixed Issues Found

Copy link
Member

@fedemkr fedemkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, just one small comment 🎉

if: env.build-variant == 'Beta'
run: |
echo 'app_identifier "com.8bit.bitwarden.beta"' > fastlane/Appfile

- name: Update APNS entitlements
run: |
plutil -replace aps-environment -string production Bitwarden/Application/Support/Bitwarden.entitlements

- name: Install Mint, xcbeautify, and yq
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⛏️ Add fastlane in the name of the job

Suggested change
- name: Install Mint, xcbeautify, and yq
- name: Install Mint, xcbeautify, yq and fastlane

@KatherineInCode KatherineInCode merged commit 860ad84 into main May 30, 2024
6 checks passed
@KatherineInCode KatherineInCode deleted the release-notes branch May 30, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants