simpler autobuild-logic from .pro-file version (inkl releases) #1119
Replies: 2 comments 12 replies
-
Tags: I think the magic I want is that if I tag a master commit, I want Jamulus.pro rewritten according to the versioning rules for that tag and have the updated version committed to master -- and it's that commit that then triggers the master build. That would need to run CodeQL, the same as any change to Jamulus.pro needs to for pushes / PRs to master. This way, anyone pulling master has the correct version in Jamulus.pro automagically. |
Beta Was this translation helpful? Give feedback.
-
Finally had a good read of the code in Currently, Jamulus.pro magics up a build version with
Things I'd do differently:
Examples above from:
as the build reference. Currently the only problem is the .qm files. They're not in |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'd propose a simpler logic for autobuilds (with artifacts), codeQL and github-releases:
Benefits:
Let me know what you think about this.
Beta Was this translation helpful? Give feedback.
All reactions