diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb4710bd8a4f6aea4fe661f8f03047119293d723..307c5bc2eae431a12ae6a05fe2518b01f4ce361b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ lint changelog: before_script: - apk update && apk add git script: - - git remote show target || git remote add target "${CI_MERGE_REQUEST_SOURCE_PROJECT_URL}" + - git remote show target || git remote add target "${CI_MERGE_REQUEST_PROJECT_URL}" - git fetch target "${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}" - if git diff --exit-code "target/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}" -- CHANGELOG.md; then echo "You forgot the CHANGELOG.md" && exit 1; fi diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d5667396f10789873a1dbf543adc93bd0ef8d7..5359d4b216aa1236e1d66e905db329107c558480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - Mupen64plus rice plugin added on odroidxu4 and odroidgo2 (#1712) - Fix Moonlight on rpi4/kms (#1628) - Fixes the time conflict between Windows and Recalbox in case of dual-boot (#1791) +- Fix changelog linter (#1759) ## [7.2.2-Beta2] - Upgrade process creates missing directories in /boot (#1734)