Commit 6951d34
committed
fix(cli): drop manual CHANGELOG.md edit and stray closing tag in auggie docs
CI added a no-manual-changelog guard: release-please generates CHANGELOG.md
from the Conventional Commit PR title, so a hand-written entry fails the
gate. Removed it; the auggie feature entry will appear automatically in the
next release PR.
docs/content/docs/auggie.mdx also had a stray trailing `</content>` line
with no matching opening tag, which fumadocs-mdx rejects as invalid MDX and
fails the Next.js docs build. Removed it.1 parent 91e9780 commit 6951d34
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
0 commit comments