From 6ceebc5e9dd06a4084924c296e01a05472dfb0a4 Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Tue, 28 May 2024 20:08:07 -0400 Subject: [PATCH] ci: add galaxy to release please config Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- .github/release-please-config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/release-please-config.json diff --git a/.github/release-please-config.json b/.github/release-please-config.json new file mode 100644 index 0000000..5091f02 --- /dev/null +++ b/.github/release-please-config.json @@ -0,0 +1,10 @@ +{ + "packages": { + ".": { + "release-type": "python", + "extra-files": [ + "galaxy.yml" + ] + } + } +}