mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Complete and remove todo from bump_version
This commit is contained in:
@@ -94,7 +94,7 @@ for repo in ./ MediaBrowser.WebDashboard/jellyfin-web/; do
|
|||||||
pushd ${repo}
|
pushd ${repo}
|
||||||
|
|
||||||
# Find the last release commit, so we know what's happened since
|
# Find the last release commit, so we know what's happened since
|
||||||
last_master_branch="master-${old_version}" # TODO: Set to `release-` for next release, so we can properly parse both repos with the new branch standard
|
last_master_branch="release-${old_version}"
|
||||||
last_master_merge_commit="$(
|
last_master_merge_commit="$(
|
||||||
git log --merges --pretty=oneline \
|
git log --merges --pretty=oneline \
|
||||||
| grep -F "${last_master_branch}" \
|
| grep -F "${last_master_branch}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user