mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
858ba9eabc
Upgrading release-please-action to v4 requires some changes: - Move some settings from the action inputs to a manifest file (release-type, extra-files) - Rename default-branch to target-branch Additionally: - There is an example in the new release-please-action docs that covers our exact use case for upload-release-action, but with the official GitHub CLI app. So we drop upload-release-action and use the GitHub CLI instead. - There is an output in release-please-action that gives access to the patch version from semver. We should use this instead of running endsWith() over tag_name. - Update mxschmitt/action-tmate@v3.6 => v3.17. This is a trivial update on an action that I missed in my last audit.