mirror of
https://github.com/kharonsec/br-acc
synced 2026-04-25 17:15:02 +02:00
1.9 KiB
1.9 KiB
Release Policy (Milestone-Based, SemVer, PT+EN)
This policy defines how releases are published in World-Open-Graph/br-acc.
Goals
- Keep a clear and auditable public history of changes.
- Use a stable, AI-friendly version format.
- Keep release communication bilingual (PT-BR and EN).
- Publish only after validation gates are green.
Cadence
Releases are milestone-based (por marco).
A release is published when a meaningful package of user-facing changes is complete.
Versioning
Tags must follow SemVer with optional release-candidate suffix:
- Stable:
vMAJOR.MINOR.PATCH - Pre-release:
vMAJOR.MINOR.PATCH-rc.N
Examples:
v0.3.0v0.3.1-rc.1
Version bump rules
MAJOR: incompatible public contract or behavior changes.MINOR: additive user-facing features or new public-safe signals/patterns.PATCH: backward-compatible fixes (bugfix/docs/security/infra).
Mandatory release gates
A release can only be published from a commit on main where all required gates are green:
- CI workflow
- Security workflow
- Public privacy gate
- Compliance pack gate
- Public boundary gate (in public repo)
Release notes standard
Every release must include PT-BR and EN sections with:
- Scope summary.
- Notable changes (explicit bullet points).
- Included pattern IDs when release contains pattern/signal changes.
- Compatibility/breaking notes.
- Privacy/compliance notes when applicable.
- Non-accusatory disclaimer.
Artifacts
Each release must contain:
- Git tag (SemVer compliant).
- GitHub Release notes.
release_manifest.jsonasset for machine-readable change summaries.
Label policy for PRs
Every PR targeting main must contain exactly one release label from the release taxonomy.
This label is used for release drafting and version resolution.
Historical tags
Historical tags remain intact:
v0.1.0-public-alphav0.2.0-pre-deploy
Policy-compliant stream starts at v0.3.0.