Release Governance

This document gives maintainers a repo-native checklist for producing durable SIGMA releases. It focuses on the v1.0 public launch path from the roadmap: version tag, GitHub release notes, downloadable artifacts, and archival copy.

SIGMA v1.0 Release Checklist

Release Notes Template

Use this template for the v1.0 GitHub release body.

# SIGMA v1.0.0

SIGMA v1.0.0 is the first public release of the Unified Global Standards Index.

## Highlights

- Public machine-readable index of global standards, treaties, frameworks, guidelines, classification systems, and standards bodies.
- GitHub Pages browsing and search surface.
- Release bundle generated from committed source and reference data.

## Validation Evidence

- `.venv/bin/python -m pytest`: PASS
- `make validate`: PASS
- `make release`: PASS
- GitHub Actions Release Build run: <link>

## Downloadable Artifacts

- `sigma_master.csv`
- `sigma_master.json`
- `sigma_master.jsonl`
- relationship exports
- domain coverage report
- source registry export
- quality gate report
- API index

## Archival Record

- Git tag: `v1.0.0`
- GitHub release: <link>
- Zenodo DOI or persistent archive URL: <link>

## Known Limitations

- <List launch-scope limitations, excluded domains, or data-quality caveats.>

## Corrections

Report corrections through GitHub Issues: https://github.com/sigma-standards/sigma-index/issues

Patch And Minor Release Notes