aboutsummaryrefslogtreecommitdiff
path: root/bump_version
AgeCommit message (Collapse)Author
2025-10-26Fix bump_version to handle spaced filenameJoshua M. Boniface
2024-10-27Auto update issue template version on new releaseHadrien Patte
2024-03-19Convert bump_version to bumper onlyJoshua M. Boniface
Remove changelog generation as this is no longer present.
2024-03-18Correct permissions to 755Joshua M. Boniface
2024-03-18restore bump_versionCody Robibero
2024-03-18Remove legacy build utilities (#11162)Cody Robibero
2024-01-17Refactor Dockerfile and build (#10603)Gauvino
* Fix fedora * Fix RID Linux * Fix package and image versions * Fix buildling and optimize docker images ``` * Removed find obj * Changed curl command and added gpg * Added to Contributors * Removed apt-transport-https package * Removed RASPI * Update Intel drivers version * Update Dockerfile for CentOS, Fedora, and portable deployments - Changed Jammy docker image to Built-in Jammy Microsoft .NET SDK image - Switched from using "Yum" to "Dnf" for CentOS and Fedora - Added "dnf clean all" and "rm -rf /var/cache/dnf" to the end of CentOS and Fedora Dockerfiles - Added "apt-get clean", "apt-get autoremove", "rm -rf /var/lib/apt/lists/*" to the end of the Debian/Ubuntu Dockerfiles - Added ${DOTNET_VERSION} in every Dockerfile except CentOS/Fedora - Removed previous warning comment for dotnet publish build in parallel - Arranged package installation * Re-arranged Dockerfile package installation * Re-align * Remove curl * Remove curl
2021-12-11Show detailed git statusJoshua M. Boniface
2021-12-11Properly handle the -1 tagJoshua M. Boniface
Avoids breaking Fedora/CentOS while preserving Debian.
2021-12-11Automatically bump stable versions in buildJoshua M. Boniface
Should prevent strangeness with building these for pre-releases or actual release versions. Whatever the Git tag is, becomes the package version.
2021-09-03Add Jellyfin.Extensions to package publishCody Robibero
2020-12-04Fix bad do in bump_versionJoshua M. Boniface
2020-08-25Use array, remove VS code lineDavid
2020-08-13Use VersionPrefixDavid
2020-08-13Fix nuget ciDavid
2020-07-27Fix bump_version so it works properlyJoshua M. Boniface
2020-04-09Don't remove already-moved filesJoshua M. Boniface
2020-03-30Update bump_version scriptJoshua M. Boniface
1. Remove some cruft 2. Update the metapackage as well 3. Changelogs are automated, don't bother EDITOR-ing them
2019-10-07Remove jellyfin-web submodule from bump_versionJoshua Boniface
2019-08-31Allow selecting web branch and fix Docker sedJoshua Boniface
2019-04-10Bump dockerfile web versions tooJoshua Boniface
2019-03-30Remove superfluous variable declarationJoshua Boniface
2019-03-30Simplify bump_version and remove changelogsJoshua Boniface
Make this a lot simpler, use a reference to the release page in the package changelogs instead of a full list.
2019-02-03keep trailing 0 in versionThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-01-21Support trying local branches in submoduleJoshua Boniface
2019-01-21Correct bad signature lineJoshua Boniface
2019-01-20Complete and remove todo from bump_versionJoshua Boniface
2019-01-20Bail out if web branch is unclean like build doesJoshua Boniface
2019-01-20Use LANG=C for date in Yum changelogJoshua Boniface
2019-01-19Add bump_version scriptJoshua Boniface