MetaMask / metamask-mobile

Mobile web browser providing access to websites that use the Ethereum blockchain
https://metamask.io
Other
2.04k stars 1.06k forks source link

chore: changelog release automation #10172

Open sethkfman opened 4 days ago

sethkfman commented 4 days ago

Description

This PR updates the release cut GH action. The action will now generate the changelog from a CSV file of changes between to commits/tag/branches.

The input for this action now takes in a tag from the previous release in-order to base the changes.

The CSV file generate now uses the tag on each PR to assign the work to team for verification.

Related issues

Fixes:

Manual testing steps

  1. Plug this branch into the GH action
  2. Confirm it generates a release branch and csv test file

Screenshots/Recordings

Before

Example output: https://github.com/MetaMask/metamask-mobile/pull/10052

After

Example output: https://github.com/MetaMask/metamask-mobile/pull/10182

Pre-merge author checklist

Pre-merge reviewer checklist

github-actions[bot] commented 4 days ago

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

socket-security[bot] commented 4 days ago

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Shell access npm/simple-git@3.25.0 🚫

View full report↗︎

Next steps

What is shell access?

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/simple-git@3.25.0
codecov-commenter commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 49.51%. Comparing base (ea14ef7) to head (4a2faf5). Report is 3 commits behind head on main.

:exclamation: Current head 4a2faf5 differs from pull request most recent head b292665

Please upload reports for the commit b292665 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #10172 +/- ## ======================================= Coverage 49.50% 49.51% ======================================= Files 1438 1438 Lines 34674 34676 +2 Branches 3853 3853 ======================================= + Hits 17166 17169 +3 Misses 16426 16426 + Partials 1082 1081 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

socket-security[bot] commented 1 day ago

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@octokit/rest@21.0.0 None +11 1.65 MB octokitbot
npm/simple-git@3.25.0 shell Transitive: filesystem +2 976 kB steveukx

View full report↗︎

sonarcloud[bot] commented 5 hours ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud