[PR #6974] [MERGED] Automatically bump stable versions in build #11029

Closed
opened 2025-12-22 08:29:41 +01:00 by backuprepo · 0 comments
Owner

📋 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: masterHead: ci-autoversion-packages


📝 Commits (3)

  • 3797879 Automatically bump stable versions in build
  • 3223ef0 Properly handle the -1 tag
  • 584cf47 Show 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_version at 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_version to 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6974 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 12/11/2021 **Status:** ✅ Merged **Merged:** 12/12/2021 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `ci-autoversion-packages` --- ### 📝 Commits (3) - [`3797879`](https://github.com/jellyfin/jellyfin/commit/3797879d05ae3c1d17462593c2f3b04f94eccfae) Automatically bump stable versions in build - [`3223ef0`](https://github.com/jellyfin/jellyfin/commit/3223ef0e49030ec5470cb73c85ba8f978946a49b) Properly handle the -1 tag - [`584cf47`](https://github.com/jellyfin/jellyfin/commit/584cf47ef5faecf3c951bb0b767c404b94157c95) Show detailed git status ### 📊 Changes **2 files changed** (+33 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.ci/azure-pipelines-package.yml` (+20 -0) 📝 `bump_version` (+13 -9) </details> ### 📄 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_version` at 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_version` to the build CI, taking the Git tag as the version to bump to. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:29:41 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#11029
No description provided.