From 6958e16441ca7ea0e5c5919c94a51def95e92acf Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 14 Oct 2021 13:57:33 -0700 Subject: [PATCH 1/2] Rename the changelog file --- .github/workflows/pull-request.yml | 2 +- changelog.txt => CHANGELOG | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename changelog.txt => CHANGELOG (100%) 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 From 5eaf49939d33bc9cde6735cce6875672353a7f4c Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 5 Nov 2021 15:46:31 -0700 Subject: [PATCH 2/2] Add information to README file. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6ab4bcf9..d412cfd07 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