Change Nightly naming scheme to be unique #1060
Replies: 2 comments
|
Currently the best way to check which build you have is to check the action build runner number. Which is also included in Settings -> Fladder -> About The nightly builds are mostly just for testing out. I would not recommend using them on daily basis. I could add that number to the release title but that's about the extend of how much we should change that. |
Well, when it's been months without a stable release and you want or need something that's been in nightly for ages, you kind of have to switch to it. The train of thought is that if you're already on it, you should get the lastest fixes for any issues you do run into.
I think that works just fine :) |
Uh oh!
There was an error while loading. Please reload this page.
Summary
10.3-nightly is a pretty useless name for nightly builds. If you want to actually follow development builds,checking for updates via automated methods is important. Komi-store for example would detect an update on beta trains if it wasn't the same name every time.
Basic Example
10.3-nightly-07-16-2026
Drawbacks
at most, a little work to update CI
Unresolved questions
No response
Implementation
All reactions