▍ humdrum codex / glint v1.0.2
license AGPL-3.0

fix: .custard.yaml source: tag (custard release pushes a tag; bookmark mode skipped the publish)

6c3baead8f895dde20709a248a3d48509e85f02d
humdrum <me@humdrum.me> · 2026-06-29 09:50

parent 44299ad4

1 files changed

.custard.yaml +2 −3
@@ -5,6 +5,5 @@   - go vet ./...
   - go test ./...
 brew:
   enabled: true
-  package: "."            # main is at the repo root
-  source: bookmark        # jj-native: release ref = release/vX.Y.Z bookmark
-  bookmark_prefix: "release/"
+  package: "."     # main is at the repo root
+  source: tag      # `custard release vX.Y.Z` tags + pushes; the forge publishes from the tag