Skip to content

Commit 457f9fe

Browse files
committed
docs(spec): point the open release task at v0.1.0
T091 is an unchecked task instructing whoever runs it to tag `v0.1.0-alpha`, which is now the wrong tag. The phased plan below it (v0.1.0-alpha -> v0.2.0-alpha -> v0.3.0-alpha, one per user story) is left as written: it is a record of what was planned, not an instruction, and it was not followed.
1 parent 7946fc4 commit 457f9fe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

specs/001-trond-cli-platform/tasks.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,11 @@
231231
- [ ] T088 Run golangci-lint on entire codebase and fix all findings
232232
- [ ] T089 Run `trond config validate` against all example intent files to verify they pass
233233
- [ ] T090 Validate quickstart.md scenarios end-to-end
234-
- [ ] T091 Tag v0.1.0-alpha release and verify goreleaser + cosign pipeline
234+
- [ ] T091 Tag v0.1.0 release and verify goreleaser + cosign pipeline
235+
(was `v0.1.0-alpha`; the phased alpha plan further down was never
236+
followed — everything landed on develop untagged and ships as one
237+
`v0.1.0`. `prerelease: auto` would also file any `-alpha` tag as a
238+
pre-release, which `scripts/install.sh` does not resolve.)
235239

236240
---
237241

0 commit comments

Comments
 (0)