From a2f288d1ba64f5d7c0a569e8a79bf6d318bfd271 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Tue, 21 Feb 2023 10:30:11 -0800 Subject: [PATCH] chore: Add changelog for #1883 As requested by @vanillajonathan. @vanillajonathan one thing we could add for all these is to upload them as artifacts, as an easy way to have them published, using something like https://github.com/PRQL/prql/pull/1883#discussion_r1112342801. It's less permanent than publishing them as release assets, but we can do the artifact upload now without changing our release process. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81379273a7f8..80645f98bf6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ - [prql-php] Added PHP bindings (@vanillajonathan, #1860) - [prql-lib] Added C header file (@vanillajonathan, #1879) +- Added a workflow building a `.deb` on each release. (Note that it's not yet + published on each release). (@vanillajonathan, #1883) **Internal changes**: