From 90c1006d02e76d6cc2830ef662ad5462a58e3679 Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Mon, 15 Jul 2024 13:09:48 -0700 Subject: [PATCH] bin/release: narrow release files --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release b/bin/release index 6885b99c7..53eb1eebe 100755 --- a/bin/release +++ b/bin/release @@ -53,7 +53,7 @@ class Release end def dist_pathnames - Pathname.new("dist").children + Pathname.new("dist").glob("trix.*") end def content_type(pathname)