webosbrew / hyperhdr-webos-loader

39 stars 34 forks source link

Add commits count #10

Closed nurikk closed 1 year ago

nurikk commented 1 year ago

Hello! Thanks for great project :)

I've noticed that in home-brew store hyperhdr version is a bit outdated and also #7 #8 This PR changes loader versioning, it will generate ipk version using following pattern 0.[commit count in loader repo].[commits count in hypehdr repo] example: 0.85.204 This will ensure that every release/build will advance version, so home-brew store will allow users to update

ps initially I've tried to use version from hyperhdr repo, but it doesn't comply strict webos package versioning rules (3 integers divided by dot) example: 1.2.3 and Hyperion uses extended notation including number of beta 19.0.0.0beta2

Screenshot 2022-12-06 at 08 32 56
tuxuser commented 1 year ago

Hey! Thanks for your contribution. I proposed a different way in PR #11 which ensures that new HyperHDR gets accounced via Pull Request whenever a new tag on awawa-dev/HyperHDR gets created.

PS: For Homebrew Channel to detect a new version, a new tagged, not-prerelease release needs to be created.