mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-29 21:03:03 +00:00
release: Remove the "test-" from the release version
This is not needed anymore as we can run the tests from any branch, and we can patch this locally before doing a test. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
22b19d0637
commit
520cd90c43
@ -83,7 +83,7 @@ function _next_release_version()
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
next_release_number="${next_major}.${next_minor}.0"
|
next_release_number="${next_major}.${next_minor}.0"
|
||||||
echo "test-${next_release_number}"
|
echo "${next_release_number}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function _update_version_file()
|
function _update_version_file()
|
||||||
|
Loading…
Reference in New Issue
Block a user