The get_version()
function in build_source
script should be extended to know the latest upstream from git tag
#30
Labels
kind/enhancement
Enhancement, improvement, extension
What would you like to be added:
I would like to extend the get_version() function in the build_source script to fetch the latest upstream version from git tags when using git as the upstream source.
Why is this needed:
After investigated on #29 ,
it has been identified that the --create --package $name command results in a version string of gardenlinux~$commit-hash, for example:
To improve the versioning process, it is necessary to modify the get_version() function to fetch the latest upstream version from git tags. This will ensure more accurate and meaningful versioning for the packages.
The text was updated successfully, but these errors were encountered: