You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ Tess is a small CLI that pulls review information from the Lattice API and helps
16
16
- Build: `make`
17
17
- Run: `./bin/tess`
18
18
19
+
### Releases
20
+
21
+
- Tags drive releases. Create a tag like `v1.2.3` and push it; GitHub Actions runs GoReleaser to build macOS binaries for arm64 and amd64 and attach zipped artifacts to the release.
22
+
- Artifacts are named `tess_darwin_<arch>_v<version>.zip` with a checksums file.
23
+
- Version info is baked into the binary via ldflags and defaults to `dev` for non-release builds.
24
+
19
25
## Configuration
20
26
21
27
- Tess looks for a TOML file containing an API key.
0 commit comments