Skip to content

Commit d035cd4

Browse files
committed
Docs: update RELEASE.md example to v1.1.3.
1 parent 133d6ac commit d035cd4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ After creating the release commit and tag, run `make check-no-cursor-coauthor` a
1212

1313
Before tagging a release, confirm dependency audit is clean, no secrets are committed, and `docs/SECURITY.md` / `.github/SECURITY.md` remain accurate. Follow the 12.4.1 table in [SECURITY.md](SECURITY.md).
1414

15-
## Example for v1.1.2
15+
## Example for v1.1.3
1616

1717
```bash
1818
git add -A
1919
git status # review
2020
make release-check
21-
git commit -m "Release 1.1.2: fix demo seed recursion on fresh databases."
21+
git commit -m "Release 1.1.3: restore 100% coverage for BlogProtection fallbacks."
2222
make check-no-cursor-coauthor
23-
git tag -a v1.1.2 -m "Release 1.1.2"
23+
git tag -a v1.1.3 -m "Release 1.1.3"
2424
git push origin main
25-
git push origin v1.1.2
25+
git push origin v1.1.3
2626
```

0 commit comments

Comments
 (0)