ci: try changelog updater

This commit is contained in:
Jindra Petřík
2026-03-07 20:19:50 +01:00
parent 3bce48a87f
commit effb330e3d

View File

@@ -108,10 +108,11 @@ jobs:
$raw = php cicd_scripts/update_changelog.php false
}
if ($isMaster -or ($isDev -and $isPush)) {
echo "Running changelog updater"
javac -cp build/classes -d build/classes src/com/jpexs/build/ChangelogUpdater.java
java -cp build/classes com.jpexs.build.ChangelogUpdater
java -cp build/classes com.jpexs.build.ChangelogUpdater
}
exit 1
if ($isMaster -and ($raw -match '^(\d+)\.(\d+)\.(\d+)$')) {
$X = $Matches[1]
$Y = $Matches[2]