Artifact versioning best practices?

Exactly you can use ‘untagged-release’ as default and set version only if you do lets say official release. This is kind of release management. If you want to have it automatically you can create some bbclass helper which will check if commit where yocto is build contains git tag. If yes use it if no use 'untagged-version. It should be easy to do :wink: