Skip to content

v1.0.0 — Pure Semver Transition

Choose a tag to compare

@mpaulosky mpaulosky released this 20 Apr 22:37
· 140 commits to main since this release
33a1048

Release v1.0.0 — First Pure Semantic Release

This release marks the transition from sprint-based versioning (v1.0.0-sprint3) to pure semantic versioning.

Changes

  • Implemented automatic GitVersion-based tagging on main branch
  • CI/CD pipeline now auto-creates semver tags (v1.0.0, v1.0.1, v1.0.2...)
  • Updated workflow permissions to enable tag creation
  • Deprecated manual sprint tag workflow

Impact

  • Cleaner version numbers for production releases
  • Automatic patch bumping on commits to main
  • Better decoupling between version and scope

What's Next

  • Sprint 4 work begins with theme system implementation
  • v1.0.1 will be created automatically on the next commit to main