Skip to content

chore(config): remove stale Release: Bump version VS Code task - #133

Merged
ndomako10 merged 1 commit into
masterfrom
chore/123-remove-stale-vscode-task
Mar 22, 2026
Merged

chore(config): remove stale Release: Bump version VS Code task#133
ndomako10 merged 1 commit into
masterfrom
chore/123-remove-stale-vscode-task

Conversation

@ndomako10

Copy link
Copy Markdown
Owner

Summary

  • Removes the Release: Bump version task from .vscode/tasks.json
  • Removes the orphaned bumpVersion input definition
  • The task patched Scripts/Sync-Receipts.ps1 line 1 with a version string, contradicting the rule that version is tracked in git tags only and the script header carries no version number

Test plan

  • Verify tasks.json is valid JSON (done locally via ConvertFrom-Json)
  • Confirm the Release: Tag and push task (which uses releaseVersion) still appears in VS Code task list
  • Confirm Release: Bump version no longer appears

Closes #123

Removes the task and its orphaned bumpVersion input. The task
patched the Sync-Receipts.ps1 header with a version string,
which contradicts the project rule that version is tracked in
git tags only and the script header carries no version number.

closes #123
@github-actions github-actions Bot added the config Config, .vscode, launcher changes label Mar 22, 2026
@ndomako10
ndomako10 merged commit ab61c4d into master Mar 22, 2026
3 checks passed
@ndomako10
ndomako10 deleted the chore/123-remove-stale-vscode-task branch March 22, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config Config, .vscode, launcher changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(config): stale Release: Bump version VS Code task patches script header

2 participants