AJ ONeal ae46430b7b
fix(monorel): bump tags the latest commit touching the module, not HEAD
In a monorepo the module's most recent commit is often behind HEAD
(other modules may have been committed on top).

  git log --format=%H -1 -- .

run from the module root returns the SHA of the last commit that
touched that directory; we pass it explicitly to `git tag <tag> <sha>`
instead of letting git default to HEAD.
2026-03-01 19:13:49 -07:00
..