Skip to content

fix(build): correct stale CalVer comment format string#69

Merged
jakehildreth merged 1 commit into
mainfrom
fix/update-stale-calver-comment
May 16, 2026
Merged

fix(build): correct stale CalVer comment format string#69
jakehildreth merged 1 commit into
mainfrom
fix/update-stale-calver-comment

Conversation

@jakehildreth
Copy link
Copy Markdown
Owner

The $CalVer parameter comment incorrectly documented the format as yyyy.M.d
when the actual format used throughout the build script is yyyy.M.dHHmm.

Changes

  • Build/Build-Module.ps1: updated $CalVer param comment from yyyy.M.d
    to yyyy.M.dHHmm to match the Get-Date -Format 'yyyy.M.dHHmm' call used
    to generate the default module version

- Build/Build-Module.ps1: update param comment from yyyy.M.d to yyyy.M.dHHmm
  to accurately reflect the actual format used by Get-Date in the build script
@jakehildreth jakehildreth merged commit 07ee735 into main May 16, 2026
1 check passed
@jakehildreth jakehildreth deleted the fix/update-stale-calver-comment branch May 16, 2026 12:21
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