Add parameters for changelog mantainers

main
Nicolas Arenas 2025-03-17 19:51:26 +01:00
parent 2904dae699
commit c3cc26aaf9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ def call(String repoDir, String maintainerName = "Qindel Opengnsys Team", String
sh """#!/bin/bash
set -e # Detener la ejecución en caso de error
INPUT_FILE="${repoDir}/changelog.md"
INPUT_FILE="${repoDir}/CHANGELOG.md"
OUTPUT_FILE="${repoDir}/debian/changelog"
PACKAGE_NAME="oggui"
DISTRIBUTION="unstable"