diff --git a/PLAN.md b/PLAN.md index 0e108ee..02ea53f 100644 --- a/PLAN.md +++ b/PLAN.md @@ -576,7 +576,13 @@ seen working. - [ ] Documentation, a fresh install, and an upgrade from an 0.8.x database ### Phase 9 — 1.0.0 -- [ ] A commit that changes the version, this file and the README, and tags it +- [ ] A commit that changes the version, `CHANGELOG.md`, this file and the + README, and nothing else +- [ ] A **signed annotated tag** whose message is the 1.0.0 changelog entry. + Not decoration: `/admin/updates` reads release notes out of the tag + object, so the tag message is what an administrator sees on that page +- [ ] The deployment moves to the `stable` channel, which has something to + follow for the first time ---