From ef7f1d5e5e8a93c56921ed13beb6901fc6ca4da3 Mon Sep 17 00:00:00 2001 From: corymhall <43035978+corymhall@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:58:58 -0400 Subject: [PATCH] chore: rename CHANGELOG.md to CHANGELOG_OLD.md Currently we have to manually update the changelog on almost every auto generated PR (e.g. [this one](https://github.com/pulumi/pulumi-aws-native/pull/1479)) which means we can't automate this process. I am switching to automatic release note generation (re [ci-mgmt](https://github.com/pulumi/ci-mgmt/pull/882)) which will mean that the GitHub release will contain these release notes. --- CHANGELOG.md => CHANGELOG_OLD.md | 4 ++++ 1 file changed, 4 insertions(+) rename CHANGELOG.md => CHANGELOG_OLD.md (99%) diff --git a/CHANGELOG.md b/CHANGELOG_OLD.md similarity index 99% rename from CHANGELOG.md rename to CHANGELOG_OLD.md index d52bf48fb3..dcbe3bd6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG_OLD.md @@ -1,5 +1,9 @@ # Change Log +## Notice (2024-04-12) + +*As of this notice, using CHANGELOG.md is DEPRECATED. We will be using [GitHub Releases](https://github.com/pulumi/pulumi-aws-native/releases) for this repository* + ## 0.101.0 (2024-04-11) ### Breaking changes