Skip to content

Latest commit

 

History

History
203 lines (121 loc) · 7.87 KB

File metadata and controls

203 lines (121 loc) · 7.87 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • fix: drop deleted bitrise.yml from stable-sync preserve list (#251)
  • ci: fix the announce-release Slack post (#250)

Fixed

  • fix: fix release-branch-sync failure when there are too many open PRs more recent than the release PR (#247)

Changed

  • chore: bump Yarn to 4.14.1 (#244)

Changed

  • chore: use single header row for post merge spreadsheet (#242)

Changed

  • ci: update all actions to their newest versions to solve "Node.js 20 actions are deprecated" (#234)
  • test: multi label + update title (#233)
  • test: MMQA-1609 - feature flag registry slack notification and create PR (#229)
  • Auto-skip release validation columns from PR labels on main release tabs (#231)

Added

  • Add reusable publish-preview workflow for publishing preview builds (#223, #227)

Fixed

  • fix: resolve merge-approved-pr action path for cross-repo workflow calls (#224)

Changed

  • chore: get latest ruby versions and sets the default ruby version to 3.2.9 (#220)
  • Improve merge-approved-pr action with merge-method and verify-version-bump inputs, and harden bash inputs as env vars (#201)

Changed

  • Rename changelog branches to release-changelog/${version} (#217)

Added

  • Add workflow post-relay-subsidy-balance to post Relay subsidy balance reports to Slack (#211)

Changed

  • chore: removes restore-keys from yarn install to prevent cache pollution (#213)
  • feat: updated replay balance tracker workflow to run at 11:53 and 23:53 (#212)

Fixed

  • fix: create_pr_if_not_exists check for closed/merged branches too (#208)

Changed

  • add refactor items to release tracker (#209)

Changed

  • add chore items to release tracker (#206)

Fixed

  • fix: consolidate release scripts and shared git utilities (#195)

Fixed

  • Remove need for fetching repository by using GitHub API in skip merge queue check (#204)

Fixed

  • Replace CocoaPods specs cache with Pods cache to prevent stale trunk errors in setup-e2e-env action (#202)

Changed

  • Updated setup-e2e-env action for iOS builds by adding CocoaPods specs caching and enabling Yarn global cache (#197)

Added

  • Add action which determines if the merge queue can be safely skipped (#191)

Added

  • Created workflow release-branch-sync to sync release, stable branches in (#189)
  • Create workflow merge-previous-releases to automate Merging old release branches into new release branches workflow in (#186)

Fixed

  • Checkout GitHub tools using ref instead of main branch in flaky-test-report and update-release-changelog actions (#184)

Fixed

  • Prevent changelog PR creation when branches are in sync (#177)

Added

  • Adds ability to merge Version Bump PRs with PR comment (#179)

Changed

  • Update to use topology.json instead of old teams.json for commits.csv during create release pr (#180)

Added

  • Add merging GitHub action (#172)

Changed

  • Bump @metamask/auto-changelog from ^5.1.0 to ^5.2.0 (#175)
    • Adds deduplication for commits with no PR number in subject (non-"Squash & Merge" commits)
    • Merge commits are now deduplicated using commit body instead of the generic merge subject

Added

  • Initial release of github-tools (#174)
    • github-tools was previously used by referencing commit hashes, but this is no longer recommended.

Changed

  • BREAKING: Migrate all reusable workflows to composite actions (#164, #166, #167, #168, #169)
    • All actions are now in the .github/actions folder.
    • Instead of passing secrets, actions now use inputs for things like tokens.
    • The github-tools-version input of some workflows was removed, since the actions can now determine which version to use automatically.
    • Some inputs were renamed for consistency across actions.
  • Bump actions/checkout and actions/setup-node to v6 (#173)