Commit graph

3 commits

Author SHA1 Message Date
Victor Hugo Vargas
9f0dd6205a ci(release): honor [skip-release] marker in tag annotation
Some checks are pending
Release / release (push) Waiting to run
Tags annotated with [skip-release] in their message are created
without a GitHub Release. Useful for state-marker tags that should
not be announced as a release.

Example:
  git tag -a v0.1.0-alpha -m 'Release v0.1.0-alpha [skip-release]'
2026-07-30 22:45:40 -07:00
Victor Hugo Vargas
814feae6a9 build: introduce VERSION file and tag-driven release
- VERSION file at repo root is the source of truth
- main.version is now a var, overridable via -ldflags
- release workflow triggers on tag push and validates tag == VERSION
- manual bump flow: bump VERSION, commit, tag, push
2026-07-30 22:30:16 -07:00
Victor Hugo Vargas
9ec0f4749d ci: auto-bump version on merge to main (v0.1.0-alpha) 2026-07-30 21:57:51 -07:00