diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e04d891a9..a647fa689 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,6 +19,6 @@ jobs: - uses: actions/checkout@v2 - uses: dangoslen/changelog-enforcer@v1.4.0 with: - changeLogPath: 'changelog.txt' + changeLogPath: 'CHANGELOG' skipLabel: 'No-Changelog' diff --git a/changelog.txt b/CHANGELOG similarity index 100% rename from changelog.txt rename to CHANGELOG diff --git a/README.md b/README.md index d5e538da7..d6821edd5 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Current version - 3.1.2 Minimum recommended version - 1.16.3-hf1 You can find version-to-version differences in the [change log](https://github.com/AzureAD/azure-activedirectory-library-for-android/blob/master/changelog.txt). +This file is moving to [change log](https://github.com/AzureAD/azure-activedirectory-library-for-android/blob/master/CHANGELOG). ## Features