From 04acc9cfd7e8373625edc0697111994632061336 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Thu, 5 Mar 2020 05:58:05 -0800 Subject: [PATCH] Generate changelog during release [1/n] Summary: The script introduced here finds the last auto released diff in the history, and scans all diffs in between, in the `xplat/sonar` directory for `CHANGELOG: `entries. Didn't make a distinction between internal and external commits at this point, as plugins are moving to their independent release process, in which case we have to revisit this anyway, and this will probably not result in too much noise. Will perform some additional tests to see everything works out nicely with the release process, and post instructions in UI Tools group and wiki once this has landed. (lol, meta:) CHANGELOG: Flipper will now generate a changelog during release Reviewed By: passy Differential Revision: D20190698 fbshipit-source-id: e3b87cd986a17873c06b5f97b2ebffaf197ed0bf --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ab5af54..ff374a9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -# Changes +# Pre-history Please see our [releases GitHub page](https://github.com/facebook/flipper/releases) for a full list of changes for every release.