Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate hotfix release to fastlane (#3579)
Task/Issue URL: https://app.asana.com/0/1205419239275955/1208658415307255/f Tech Design URL: CC: **Description**: - Update hotfix release flow to use new Fastlane actions - `build_hotfix_release.yml` executes the same action we use in `start_new_release`. I didn't explicitly test this flow here but. I followed suit with what has been done in [publish_dmg_release.yml](https://github.com/duckduckgo/macos-browser/blob/15a5208e8b45959e26a28951cf3f3223cce8fd3f/.github/workflows/publish_dmg_release.yml#L250) and the action was tested in #3563 **Optional E2E tests**: - [ ] Run PIR E2E tests Check this to run the Personal Information Removal end to end tests. If updating CCF, or any PIR related code, tick this. **Steps to test this PR**: 1. See successful [run](https://github.com/duckduckgo/macos-browser/actions/runs/11952774788) 2. [Second test](https://github.com/duckduckgo/macos-browser/actions/runs/11988103007) after PR feedback on automation PR <!-- Tagging instructions If this PR isn't ready to be merged for whatever reason it should be marked with the `DO NOT MERGE` label (particularly if it's a draft) If it's pending Product Review/PFR, please add the `Pending Product Review` label. If at any point it isn't actively being worked on/ready for review/otherwise moving forward (besides the above PR/PFR exception) strongly consider closing it (or not opening it in the first place). If you decide not to close it, make sure it's labelled to make it clear the PRs state and comment with more information. --> **Definition of Done**: * [ ] Does this PR satisfy our [Definition of Done](https://app.asana.com/0/1202500774821704/1207634633537039/f)? --- ###### Internal references: [Pull Request Review Checklist](https://app.asana.com/0/1202500774821704/1203764234894239/f) [Software Engineering Expectations](https://app.asana.com/0/59792373528535/199064865822552) [Technical Design Template](https://app.asana.com/0/59792373528535/184709971311943) [Pull Request Documentation](https://app.asana.com/0/1202500774821704/1204012835277482/f) --------- Co-authored-by: Dominik Kapusta <[email protected]>
- Loading branch information