Replies: 4 comments 4 replies
-
i definitely agree, i will change the Github Action to do a "nightly" build if anything on main has changed. what ive been wondering with out current workflow is how do we increase the semantic version numbers? (ie 8.6.0 -> 8.6.1) i have an idea for a workflow that might work for us all:
|
Beta Was this translation helpful? Give feedback.
-
only building nightly releases has been implemented! but now we should probably get rid of the "release count" number at the end of the version (so its just 8.6.0.231018). i can make this change next |
Beta Was this translation helpful? Give feedback.
-
i'm open to however you would like to do this! |
Beta Was this translation helpful? Give feedback.
-
ah, a small posscriptum: we could still be creating multiple releases per day, manually, so we could still keep the count … |
Beta Was this translation helpful? Give feedback.
-
hi guys,
the auto-versioning system is really cool, however the amount of releases is a bit much.
it's cool that the version number increases with every commit now, but i think we don't have to make a release out of every commit. what do you think @jpsteccato @klausfilip ?
maybe it would be possible to only release every few hours or once per day? or maybe even only once a week?
or would that introduce incompatibilities with the upgrade check? (i.e. checking but finding no release?)
Beta Was this translation helpful? Give feedback.
All reactions