Commit Graph
2 Commits
Author SHA1 Message Date
Stevan Freeborn b4813dfd07 chore: fix things up 2026-03-25 14:01:11 -05:00
Stevan Freeborn 64e5bf0b72 ci: add automated version bump and tagging from conventional commits
Add version.yml workflow that runs on pushes to main, parses
conventional commit messages since the last tag, determines the
semver bump (feat=minor, fix=patch, breaking=major), updates
Cargo.toml version, commits, and pushes a version tag. The tag
push triggers the existing release.yml publish workflow. Skips
chore(release) commits to prevent infinite loops.
2026-03-25 13:57:41 -05:00