chore: prepare 0.0.2 release notes (#28)
* fix: cap per-user audit capacity Block new audits before a user exceeds the temporary 100k audit footprint cap. Surface a clear delete-old-audits message in the audit launch UI. * fix: reserve audit capacity with Drizzle * chore: prepare 0.0.2 release notes
This commit is contained in:
parent
ec6dfb85bf
commit
4524a94887
@ -8,6 +8,7 @@ Draft user-facing release notes for this repository.
|
|||||||
Rules:
|
Rules:
|
||||||
|
|
||||||
- Check `package.json` first. If the branch has not already bumped the version, update the `version` field before drafting release notes.
|
- Check `package.json` first. If the branch has not already bumped the version, update the `version` field before drafting release notes.
|
||||||
|
- Prefer a patch version bump for now, since the project is still in rapid early development. Only choose a minor or major bump when the existing version change in `package.json` already does so or the user explicitly asks for it.
|
||||||
- Treat an existing version change in `package.json` as the source of truth and do not overwrite it.
|
- Treat an existing version change in `package.json` as the source of truth and do not overwrite it.
|
||||||
- Use the generated notes as the source of truth; do not invent features or fixes.
|
- Use the generated notes as the source of truth; do not invent features or fixes.
|
||||||
- Keep the tone concise and user-facing.
|
- Keep the tone concise and user-facing.
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "open-seo",
|
"name": "open-seo",
|
||||||
"private": true,
|
"private": true,
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "AUTH_MODE=local_noauth vite dev",
|
"dev": "AUTH_MODE=local_noauth vite dev",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user