Commit Graph

2 Commits

Author SHA1 Message Date
Alex Verkhovsky f5ffbb9c4f fix(ci): guard publish-latest against non-main dispatch
Reject workflow_dispatch runs from non-main refs to prevent
publishing unintended code or fast-forwarding main unexpectedly.
2026-03-09 03:40:04 -06:00
Alex Verkhovsky 65774be488 ci: add continuous delivery workflows for npm publishing
Add publish-next (auto-prerelease on push to main) and publish-latest
(manual stable release with Discord notification). Update CONTRIBUTING.md
to describe the trunk-based CD model.
2026-03-09 03:30:27 -06:00