From 7b05d4598e62798c66aee9170211e680a0d92d02 Mon Sep 17 00:00:00 2001 From: 99 <5048814+99@users.noreply.github.com> Date: Wed, 10 Nov 2021 11:53:52 -0800 Subject: [PATCH] Add changelog entry (#11549) --- .changelog/11417.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changelog/11417.txt diff --git a/.changelog/11417.txt b/.changelog/11417.txt new file mode 100644 index 000000000..019163462 --- /dev/null +++ b/.changelog/11417.txt @@ -0,0 +1,9 @@ +```release-note:improvement +ci: Artifact builds will now only run on merges to the release branches or to `main` +``` +```release-note:improvement +ci: The Linux packages are now available for all supported Linux architectures including arm, arm64, 386, and amd64 +``` +```release-note:improvement +ci: The Linux packaging service configs and pre/post install scripts are now available under [.release/linux] +```