Skip to content

[codex] add release preparation helper#35

Merged
ntoskrnl7 merged 2 commits into
mainfrom
codex/add-release-version-script
Jun 16, 2026
Merged

[codex] add release preparation helper#35
ntoskrnl7 merged 2 commits into
mainfrom
codex/add-release-version-script

Conversation

@ntoskrnl7

Copy link
Copy Markdown
Owner

Summary

  • Add scripts/release/Prepare-CrtSysRelease.ps1 to automate version bump commits and matching release tags.
  • Document the release helper in English and Korean docs so releases do not require manually editing include/.internal/version.

Behavior

The helper:

  • requires a clean, up-to-date main branch by default
  • updates include/.internal/version
  • commits the version bump
  • creates an annotated v<version> tag
  • optionally pushes both the branch and tag with -Push

Validation

  • git diff --check
  • Static file scan for ASCII/final newline

PowerShell is not installed in this Linux workspace, so the script was not executed locally.

@ntoskrnl7 ntoskrnl7 marked this pull request as ready for review June 16, 2026 04:27
@ntoskrnl7 ntoskrnl7 merged commit b59a708 into main Jun 16, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant