Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 2.04 KB

File metadata and controls

35 lines (22 loc) · 2.04 KB

Changelog

All notable changes to AzureLocal/platform are documented here.

Format follows Keep a Changelog and this project uses Semantic Versioning.

0.1.0 (2026-04-12)

Features

  • standards: Seed standards/ from site + add STANDARDS.md stub (Phase 1) (#4) (79a03a2)

0.0.2 (2026-04-12)

Bug Fixes

  • ci: Recognize frontmatter title as H1 so MD025 stops firing (d40b3f2)
  • ci: Simplify platform-ci, extract yamllint config to .yamllint.yml (a0c239f)
  • docs: Add 'text' language to fenced folder-tree blocks (MD040) (a5aa747)

[Unreleased]

Added

  • Initial repository bootstrap (Phase 0 of the implementation plan).
  • Full folder skeleton: standards/, repo-management/, testing/ (maproom + trailhead + iic-canon), templates/ (5 variants), scripts/, modules/powershell/AzureLocal.Common/, docs/, decisions/.
  • MkDocs Material docs site scaffold (mkdocs.yml, requirements-docs.txt, deploy-docs.yml).
  • Platform CI workflow (platform-ci.yml) — markdownlint, link-check, Pester (when modules exist).
  • release-please wiring for version management.
  • ADR 0001 — Create AzureLocal platform repo.
  • ADR 0002 — Standards as single source of truth.
  • .azurelocal-platform.yml self-descriptor.
  • Canonical .gitignore, .editorconfig, .markdownlint.json (intended to be distributed to all repos in Phase 4).