From 14694dbe4dbec3c0bb5629cadf96bddc3c23f1ee Mon Sep 17 00:00:00 2001 From: Hans Fast Date: Thu, 2 Apr 2026 08:54:18 +0200 Subject: [PATCH] pipeline.ori/changelogItems: keep the new Unreleased section out of feed items. --- pipeline.ori | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.ori b/pipeline.ori index d35ee6f..deb875f 100644 --- a/pipeline.ori +++ b/pipeline.ori @@ -87,7 +87,7 @@ ${pubfiles/ab_changelog_pub.ori.md/_body}` changelogOutline: Origami.mdOutline(changelogSrc) - changelogItems: Tree.mask(changelogOutline/posts, {...Tree.constant(true), _text: false}) + changelogItems: Tree.mask(changelogOutline/posts, {...Tree.constant(true), _text: false, 'Unreleased/In Progress': false}) changelogFeed: ori-templates/changelog-feed.ori(changelogOutline/posts/_text, changelogItems, all) }