Something went wrong on our end
Support 2649
Compare changes
- alexandr.kravchenko authored
@@ -92,8 +92,9 @@ extract_version_number
@@ -92,8 +92,9 @@ extract_version_number
### cause information from this changelog (version) is used to write package metadata. And we had messed up for a long time because of desyncing.
### This is a solution. We modify the changelog only if there are updates and not on build servers. And of course if it's not cmake-based build project.
echo "[WRN] on build platform. Version won't be changed" # okay, so this echo wont be outputted as the condition is not true
elif [ ! -e debian/changelog ]; then ### I guess this what's supposed to be added in order to solve the issue with the changelog?+