Supporting lightweight Git tags will make our lives easier, as we (currently) need to create the tags manually. In fact, the most recent release tags are lightweight, therefore, without this patch images are not versioned correctly.
So, from now on, release tags can simply be created like this:
tag=release/linux-system-x.y.z
git tag $tag
git push origin $tag
Supporting lightweight Git tags will make our lives easier, as we (currently) need to create the tags manually. In fact, the most recent release tags are lightweight, therefore, without this patch images are not versioned correctly.
So, from now on, release tags can simply be created like this: