Skip to content

Upgrade GitVersion from v5.10.3 to v6.6.0#514

Open
Copilot wants to merge 3 commits intodevfrom
copilot/update-to-gitversion-6
Open

Upgrade GitVersion from v5.10.3 to v6.6.0#514
Copilot wants to merge 3 commits intodevfrom
copilot/update-to-gitversion-6

Conversation

Copy link
Contributor

Copilot AI commented Mar 14, 2026

Upgrades GitVersion from v5.10.3 to v6.6.0 and fixes all breaking configuration changes introduced in v6.

Changes

Directory.Packages.props

  • GitVersion.MsBuild: 5.10.36.6.0

GitVersion.yml — v6 renamed/restructured properties:

Before (v5) After (v6)
mode: ContinuousDeployment (root) mode: ContinuousDelivery
mode: ContinuousDelivery (branch) mode: ManualDeployment
mode: ContinuousDeployment (branch) mode: ContinuousDelivery
tag: <value> label: <value>
is-mainline: <bool> is-main-branch: <bool>
prevent-increment-of-merged-branch-version: <bool> prevent-increment.of-merged-branch: <bool>

v6 reshuffled the mode enum values: old ContinuousDeployment maps to new ContinuousDelivery; old ContinuousDelivery maps to new ManualDeployment. Versioning semantics are preserved.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Third party dependency update
  • Third party dependency addition

How Has This Been Tested?

Configuration validated against the GitVersion v6 breaking changes spec. Full build verification expected on CI with self-hosted runners.

  • Test A
  • Test B

Test Configuration:

  • simatix-ax version (apax.yml):
  • AX# version:
  • PLC Target system:
  • PLC Firmware version:
  • OS System:
  • Other relevant hardware:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • New texts in UI controls are localized into supported languages
  • New text (localizable strings/wstrings) in the controller that were set for localization are localized into supported languages

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • gitversion.net
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…hanges Co-authored-by: PTKu <61538034+PTKu@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitVersion to latest v6 and fix compatibility issues Upgrade GitVersion from v5.10.3 to v6.6.0 Mar 14, 2026
Copilot AI requested a review from PTKu March 14, 2026 06:56
Copilot finished work on behalf of PTKu March 14, 2026 06:56
@PTKu PTKu marked this pull request as ready for review March 16, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants