Skip to content

Commit 8cca800

Browse files
author
Matthew
committed
Merge branch 'docs/epic-10-done' into 'main'
docs(standards): mark story 10.3 and epic 10 as done See merge request orgdocs/development-standards!31
2 parents 96e27b4 + d8acd92 commit 8cca800

2 files changed

Lines changed: 27 additions & 14 deletions

File tree

_bmad-output/implementation-artifacts/10-3-write-v160-release-blog-post.md

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Story 10.3: Write v1.6.0 Release Blog Post
22

3-
Status: ready-for-dev
3+
Status: done
44

55
## Story
66

@@ -18,17 +18,17 @@ so that users understand the new capabilities available in the latest dev-toolch
1818

1919
## Tasks / Subtasks
2020

21-
- [ ] Task 1: Write the blog post (AC: 1, 2, 3)
22-
- [ ] 1.1 Review existing blog posts for format and tone (`2026-03-02-introducing-devrail.md`, Rust post, Terragrunt post)
23-
- [ ] 1.2 Write post covering: Rust ecosystem (clippy, rustfmt, cargo-audit, cargo-deny), Terragrunt companion tool, `make fix` target, pre-push hooks, `make release` script, tool version manifest, conventional commit scope update (v1.1.0)
24-
- [ ] 1.3 Include container pull command and upgrade instructions
25-
- [ ] 1.4 Include link to full CHANGELOG
21+
- [x] Task 1: Write the blog post (AC: 1, 2, 3)
22+
- [x] 1.1 Review existing blog posts for format and tone (`2026-03-02-introducing-devrail.md`, Rust post, Terragrunt post)
23+
- [x] 1.2 Write post covering: Rust ecosystem (clippy, rustfmt, cargo-audit, cargo-deny), Terragrunt companion tool, `make fix` target, pre-push hooks, `make release` script, tool version manifest, conventional commit scope update (v1.1.0)
24+
- [x] 1.3 Include container pull command and upgrade instructions
25+
- [x] 1.4 Include link to full CHANGELOG
2626

27-
- [ ] Task 2: Create PR and deploy (AC: 4, 5)
28-
- [ ] 2.1 Create feature branch in devrail.dev repo
29-
- [ ] 2.2 Run `make check` to validate
30-
- [ ] 2.3 Create PR and merge after CI passes
31-
- [ ] 2.4 Verify deployment to devrail.dev
27+
- [x] Task 2: Create PR and deploy (AC: 4, 5)
28+
- [x] 2.1 Create feature branch in devrail.dev repo
29+
- [x] 2.2 Run `make check` to validate
30+
- [x] 2.3 Create PR and merge after CI passes
31+
- [x] 2.4 Verify deployment to devrail.dev
3232

3333
## Dev Notes
3434

@@ -50,8 +50,21 @@ so that users understand the new capabilities available in the latest dev-toolch
5050

5151
### Agent Model Used
5252

53+
Claude Opus 4.6
54+
5355
### Debug Log References
5456

57+
- Reviewed 4 existing blog posts for format/tone consistency
58+
- `make check` passed on devrail.dev repo
59+
5560
### Completion Notes List
5661

62+
- Blog post written at `content/blog/2026-03-09-v160-release.md` with Hugo front matter (title, date, description)
63+
- Post structure: overview → language/tool additions (links to Rust/Terragrunt posts) → new Makefile targets (make fix, make release, pre-push hooks) → workflow improvements (version manifests, git-cliff, scope update) → upgrade instructions → CHANGELOG link
64+
- Matches existing blog post format: clean technical prose, code examples, no emojis
65+
- PR #13 created on devrail.dev: https://github.com/devrail-dev/devrail.dev/pull/13
66+
- Deployment verified: post live at https://devrail.dev/blog/2026/03/v1.6.0-release/
67+
5768
### File List
69+
70+
- `devrail.dev/content/blog/2026-03-09-v160-release.md` — new blog post (created)

_bmad-output/implementation-artifacts/sprint-status.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ development_status:
111111
9-3-end-to-end-ecosystem-validation: done
112112
epic-9-retrospective: optional
113113

114-
epic-10: in-progress
114+
epic-10: done
115115
10-1-configure-gitlab-github-mirror-ci: done
116-
10-2-fix-version-manifest-ci-job: review
117-
10-3-write-v160-release-blog-post: ready-for-dev
116+
10-2-fix-version-manifest-ci-job: done
117+
10-3-write-v160-release-blog-post: done
118118
epic-10-retrospective: optional
119119

120120
epic-11: backlog

0 commit comments

Comments
 (0)