From 134991968b8661aef17468aa3358af29a21b9f32 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Dec 2025 15:23:33 +0100 Subject: Add CHANGELOG.md --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index c7842fb..112f184 100644 --- a/meson.build +++ b/meson.build @@ -12,6 +12,7 @@ tar = find_program('tar', required : true) fs = import('fs') readme = fs.copyfile(meson.current_source_dir() / 'README.md') +changelog = fs.copyfile(meson.current_source_dir() / 'CHANGELOG.md') sia_server_linux_amd64 = custom_target( input : [ @@ -39,6 +40,7 @@ artifacts = [ systemd_service, sysuser_config, readme, + changelog, ] archive = custom_target( -- cgit v1.2.3-70-g09d2