Commit 0bc9b20
feat: ask PR authors for a release-note line (AVO-1551)
Release notes derived from PR titles read like a commit log. This adds the
section an author fills in — one customer-facing line plus a type — which
becomes Avo's release notes and feeds the monthly "what shipped" rollup that
the changelog post and newsletter are written from.
No package field here, unlike the monorepo's template: every PR in this
repository is the `avo` gem, so naming it would be noise on every PR.
The check that reports on this section is not in this PR. Sharing one parser
across both repositories means reading it from avo-hq/workspace, which is
private — so a check here would need a credential that does not exist yet, and
would put private source on a public repository's runner. That tradeoff wants
a decision before it ships; the template is useful on its own in the meantime.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 72d9a41 commit 0bc9b20
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
10 | 29 | | |
11 | 30 | | |
12 | 31 | | |
| |||
0 commit comments