Commit6c3948bdRecorded25 Apr 2026Repositorysigil-site
publish.sh: add sigil-hooks to EXTRACTED_REPOS
Message
sigil-hooks was previously in the monorepo with zero downstream consumers and was never listed in publish.sh. After extraction to codeberg:sigil/sigil-hooks (v0.13.1) it joins the standalone-repo build set.
Net-add to EXTRACTEDREPOS (not a move, since it wasn't in MONOREPOPACKAGES). Companion to the monorepo rewire branch fix/rewire-sigil-hooks.
Changed
publish.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Diff
publish.shmodified
@@ -99,7 +99,7 @@ MONOREPO_PACKAGES=(
99
EXTRACTED_REPOS=( 100
sigil-log sigil-json sigil-http sigil-crypto sigil-tls sigil-sqlite 101
sigil-store sigil-lsp sigil-mcp sigil-repl sigil-nrepl sigil-ffi−102
sigil-format+102
sigil-format sigil-hooks 103
sigil-peg sigil-sxml sigil-markdown sigil-css sigil-fp sigil-match 104
sigil-r7rs sigil-transducers sigil-web sigil-yaml sigil-later 105
)