mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #6974] [MERGED] Automatically bump stable versions in build #11029
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#11029
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6974
Author: @joshuaboniface
Created: 12/11/2021
Status: ✅ Merged
Merged: 12/12/2021
Merged by: @crobibero
Base:
master← Head:ci-autoversion-packages📝 Commits (3)
3797879Automatically bump stable versions in build3223ef0Properly handle the -1 tag584cf47Show detailed git status📊 Changes
2 files changed (+33 additions, -9 deletions)
View changed files
📝
.ci/azure-pipelines-package.yml(+20 -0)📝
bump_version(+13 -9)📄 Description
Should prevent strangeness with building these for pre-releases or actual release versions (if the script wasn't manually run before). Whatever the Git tag is, becomes the package version. Could be expanded to avoid needing to manually
bump_versionat all ever if we put in placeholders, though this might break other builds. Would need careful evaluation before expanding that.With a properly bumped stable release this shouldn't change anything, but for pre-releases it will change the version automatically.
Avoids needing to do #6853 manually (for both Debian and Fedora/CentOS packages).
Basically, adds a run of
bump_versionto the build CI, taking the Git tag as the version to bump to.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.