Commit 317a626
Finish migration from yaml-changelog to towncrier (#795)
* Finish migration from yaml-changelog to towncrier; point CONTRIBUTING.md at shared guide
This repo was partway through the yaml-changelog → towncrier migration
already: `pr.yaml` ran `towncrier check`, `.github/bump_version.py`
inferred version bumps from `changelog.d/` fragment types, and
`pyproject.toml` carried `[tool.towncrier]` config. The stale bits
that remained:
- Unused dep `yaml-changelog>=0.1.7` in `pyproject.toml`
- Unused `.github/workflows/reusable_changelog_check.yaml` (not
wired into any call-graph)
- Zero-byte `changelog_entry.yaml` at the repo root
- 601-line `changelog.yaml` whose entire contents are already
compiled into `CHANGELOG.md`
- A CONTRIBUTING.md that described the old yaml-changelog flow and
told contributors to edit `changelog_entry.yaml`
This PR drops all of the above and rewrites CONTRIBUTING.md to point
at the new shared PolicyEngine guide
(https://github.com/PolicyEngine/.github/blob/main/CONTRIBUTING.md,
proposed in PolicyEngine/.github#3) plus a repo-specific section on
commands, test placement, dataset-versioning rules, and anti-patterns.
After this lands the repo matches the rest of the org (uk-data, core,
uk, us, microdf, policyengine.py) on a single towncrier flow.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Update uv.lock after removing yaml-changelog
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 424b81b commit 317a626
5 files changed
Lines changed: 62 additions & 1035 deletions
File tree
- .github
- changelog.d
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
4 | 37 | | |
5 | 38 | | |
6 | 39 | | |
7 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
8 | 57 | | |
9 | | - | |
| 58 | + | |
10 | 59 | | |
11 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments