jellyfin / jellyfin-uwp

UWP Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
65 stars 30 forks source link

Azure DevOps CI #4

Closed villagra closed 4 years ago

villagra commented 4 years ago

Changes made:

EraYaN commented 4 years ago
* There is no autoincrement with each build, what I usually do it generate packages based in the number of commits. If you want to follow that approach, the mayor and minor will be automatically configured and the build will be the number of commits, something like: Jellyfin_1.1.3234

The number of commits can change and is not strictly increasing, so we should probably try to stick to regular semver if at all possible. If you want to add something unique you can add the git hash to the InformationalVersion.

dkanada commented 4 years ago

I think incrementing manually with semver would be fine on its own.