We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941124a commit b4da255Copy full SHA for b4da255
release_tools/release.sh
@@ -183,7 +183,7 @@ apply_triplets_to_file()
183
# $1: Strategy (backwards_compatible, bugfix, breaking_change)
184
increment_ltversions()
185
{
186
- local _cmake_file="$OSCAP_REPO_ROOT/src/CMakeLists.txt" _old_versions _new_versions _new_soname _old_soname
+ local _cmake_file="$OSCAP_REPO_ROOT/CMakeLists.txt" _old_versions _new_versions _new_soname _old_soname
187
# check_for_clean_repo
188
_old_versions="$(get_lt_triplet_from_file "$_cmake_file")" || die "Unable to get current LT versions"
189
_new_versions="$(increment_on_$1 "$_old_versions")" || die "Unable to get calculate refreshed LT version with strategy '$1'"
0 commit comments