Cut first release tag (vX.Y.Z) once PR #85 merges to main #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #85 adds
.pre-commit-hooks.yaml, exposingkyberforge-vale-audit-skill,kyberforge-vale-audit-agent, andkyberforge-skill-size-checkfor external repos to consume viarepo: <this-repo-url>, rev: <tag>in their own.pre-commit-config.yaml(see ADR-0014).This repo has no tags yet. External consumers need a
rev:to pin. The tag was deliberately not cut on the feature branch — tagging pre-merge risks pinning a commit that doesn't survive a squash-merge ontomain.Action: once PR #85 merges, cut the first tag (e.g.
v1.0.0) onmainand push it.Going forward:
scripts/check-release-needed.sh(wired atpre-push, main-only) hard-fails if files exposed via.pre-commit-hooks.yamlchange without a covering tag, so future releases shouldn't need a manually-tracked reminder like this one — this is the last one-off.PR #85 merged to
mainat8f523da. Tagged and releasedv1.0.0from that commit: https://git.dev.rkdr.net/Defame1297/holocron/releases/tag/v1.0.0External consumers can now pin
.pre-commit-hooks.yaml's exposed hooks (kyberforge-vale-audit-skill,kyberforge-vale-audit-agent,kyberforge-skill-size-check) viarev: v1.0.0.