Skip to content

Conversation

@vaind
Copy link
Collaborator

@vaind vaind commented Oct 20, 2025

Summary

  • Split the update-deps workflow into two separate jobs: update-deps (production dependencies) and test-deps (PowerShell test versions)
  • Configure test dependencies to skip changelog entries using changelog-entry: false
  • Remove PowerShell v7.4.12 changelog entry since test dependency updates no longer generate changelog entries

Test plan

  • Verify workflow file syntax is valid
  • Confirm both jobs run independently
  • Ensure production dependency updates still generate changelog entries
  • Verify test dependency updates skip changelog entries

🤖 Generated with Claude Code

Split the update-deps workflow into two jobs:
- update-deps: Handles production dependencies (Dotnet SDK)
- test-deps: Manages PowerShell test version dependencies

This separation allows test dependencies to skip changelog entries
while production dependencies continue to be documented. The test
versions are infrastructure changes rather than user-facing updates.

Also removes the PowerShell v7.4.12 changelog entry since test
dependency updates will no longer generate changelog entries.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vaind vaind merged commit 40e7487 into main Oct 20, 2025
13 checks passed
@vaind vaind deleted the ci/separate-test-deps-workflow branch October 20, 2025 12:49
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.

2 participants