mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
169b3e2583
lib/player.js was being updated separately because: 1. Originally, we didn't have support for updating arbitrary files with release-please. 2. When we did get that support in release-please, it would trash the "-uncompiled" tag we have in uncompiled mode. By separating the uncompiled version string into two parts and using the extra-files feature of release-please, we can get the updater to preserve the "-uncompiled" tag and simplify the release workflow to only update the PR once per change instead of twice.