Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.35 KB

File metadata and controls

31 lines (22 loc) · 1.35 KB

simple-httpd Release Checklist

Use this checklist when preparing a release (currently v1.0.0).

Pre-Release

  • Build – configure and build succeeds on at least one primary platform (Linux and/or macOS).
  • Testsctest --output-on-failure passes (or documented exceptions).
  • Config – sample configs validate / daemon starts in foreground where applicable.
  • DocsROADMAP.md, PROJECT_OVERVIEW.md, and user docs reflect the release.
  • CHANGELOGCHANGELOG.md updated with version and date.
  • Version – CMake/VERSION, packaging, and binary version strings match.
  • HonestyPROGRESS_REPORT.md reviewed; no overstated production claims.

Release

  • Tag: git tag -a v1.0.0 -m "Release v1.0.0" (adjust version as needed).
  • Create GitHub release with notes from CHANGELOG.
  • Publish build artifacts (packages/binaries) if applicable.
  • Follow RELEASING.md.

Post-Release


Version: 1.0.0 Last Updated: August 2026