diff --git a/helpers/config b/helpers/config index 2f07c55..192192f 100755 --- a/helpers/config +++ b/helpers/config @@ -86,7 +86,6 @@ changelog_multiline() { local version="${2:-$FULLVERSION}" local dist="${3:-$REPO}" - # Iniciar changelog si la versión aún no está if ! grep -q "$version" debian/changelog 2>/dev/null; then dch -v "$version" -D "$dist" "" fi