- require github.com/VictorVargas/rony-llm-agent pinned to a pseudo-version
(latest commit on cde9ac3); will be replaced by a tagged version once the
dep is tagged and published
- replace directive lets 'go build' work on a fresh clone without the
parent go.work; REMOVE this replace when the dep is public
- build.yml: builds the binary on push to main and tag push, uploads as
artifact, and attaches to the release on tag push when one exists
CI will fail until rony-llm-agent is public — that's expected. Remove the
replace and bump the require version to the first tagged release when it is.
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]'
- 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