-
Notifications
You must be signed in to change notification settings - Fork 664
Comparing changes
Open a pull request
base repository: GitTools/GitVersion
base: 6.8.0
head repository: GitTools/GitVersion
compare: 6.8.1
- 18 commits
- 24 files changed
- 7 contributors
Commits on Jun 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for dd28a14 - Browse repository at this point
Copy the full SHA dd28a14View commit details -
docs: add release agent skill and cross-agent instructions
Converts the /release Claude Code command into an agent skill at .agents/skills/release/SKILL.md (symlinked at .claude/skills/release), covering milestone readiness, GitHub release creation, downstream PR monitoring, and published-artifact verification. Documents how to run it for Claude Code, GitHub Copilot, and Codex CLI in CONTRIBUTING.md and AGENTS.md, and fixes a .gitignore collision with the VS build-output [Rr]elease/ rule that was hiding the new skill directory. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 05c47b6 - Browse repository at this point
Copy the full SHA 05c47b6View commit details -
ci: replace homebrew bump action with brew bump-formula-pr
mislav/bump-homebrew-formula-action fails with "unexpected HTTP 303 response" because GitHub's tarball endpoint now returns 303 instead of 302 and the action only handles 302 (mislav/bump-homebrew-formula-action#342). Switch to Homebrew's own `brew bump-formula-pr` CLI, preinstalled on the runner, which follows the redirect correctly. This also removes a third-party pinned-action dependency. Behaviour is preserved: same source tarball URL, computed SHA-256, PR forked via gittools-bot, and the GitTools Bot committer identity used by previous release PRs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for ad45df9 - Browse repository at this point
Copy the full SHA ad45df9View commit details
Commits on Jul 1, 2026
-
Merge pull request #5004 from arturcic/fix/homebrew-bump-formula-pr
ci: replace homebrew bump action with brew bump-formula-pr
Configuration menu - View commit details
-
Copy full SHA for e0af3d8 - Browse repository at this point
Copy the full SHA e0af3d8View commit details -
docs: update release skill for PR-based downstream publishing
Homebrew now publishes via `brew bump-formula-pr` and GitTools Actions opens a PR instead of pushing directly to main. Update Phase 5/7 of the release skill so all three downstream targets (Homebrew, winget, GitTools Actions) are verified as PRs, and flag a direct commit to GitTools/actions main as unexpected. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for b0ab51c - Browse repository at this point
Copy the full SHA b0ab51cView commit details -
build(deps): bump devcontainers/dotnet in /.devcontainer
Bumps devcontainers/dotnet from `da953a3` to `be5bd89`. --- updated-dependencies: - dependency-name: devcontainers/dotnet dependency-version: be5bd898d964c0d081cb22285c2318e488882103702c8831418fdd59218fd5dd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 764d927 - Browse repository at this point
Copy the full SHA 764d927View commit details -
Merge pull request #5006 from GitTools/dependabot/docker/dot-devconta…
…iner/devcontainers/dotnet-be5bd898d964c0d081cb22285c2318e488882103702c8831418fdd59218fd5dd build(deps): bump devcontainers/dotnet from `da953a3` to `be5bd89` in /.devcontainer
Configuration menu - View commit details
-
Copy full SHA for 41a6c82 - Browse repository at this point
Copy the full SHA 41a6c82View commit details
Commits on Jul 2, 2026
-
docs: port release-skill hardening from GitTools/actions
Ports repo-agnostic milestone/release-notes hygiene improvements from the GitTools/actions release skill: - Paginate all milestone listings (--paginate / --slurp) so milestones with >100 items no longer truncate to the first page - Add 3c-bis: require at least one closed issue (GRM degenerates on PR-only milestones) - Add 3d-bis: detect an in-milestone PR that closes an in-milestone issue (double-count) via cross-repo-safe GraphQL closingIssuesReferences - Add a compact one-pass jq label offender scan to 3c - Harden Phase 0 with a github.com hostname auth check - Link releases to an Announcements discussion and verify it in Phase 6/7 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 61114d9 - Browse repository at this point
Copy the full SHA 61114d9View commit details -
feat(buildagents): read CI_MERGE_REQUEST_REF_PATH in GitLabCi
In GitLab MR pipelines, CI_COMMIT_REF_NAME is the source branch name, not the merge request ref. Resolve the current branch with precedence: CI_COMMIT_TAG → CI_MERGE_REQUEST_REF_PATH → CI_COMMIT_REF_NAME. Keeps GitLab CI logic in GitVersion.BuildAgents only (no Core changes), following the same pass-through pattern as Azure Pipelines and GitHub Actions. Add unit and integration tests for the MR workflow and document the required pull-request regex for GitLab's merge-requests/ namespace.
Configuration menu - View commit details
-
Copy full SHA for 65cbfc9 - Browse repository at this point
Copy the full SHA 65cbfc9View commit details -
Merge pull request #5008 from JDanRibeiro/feature/gitlab-detect-merge…
…-request feat(buildagents): read CI_MERGE_REQUEST_REF_PATH in GitLabCi
Configuration menu - View commit details
-
Copy full SHA for ca68290 - Browse repository at this point
Copy the full SHA ca68290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8621674 - Browse repository at this point
Copy the full SHA 8621674View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1a715 - Browse repository at this point
Copy the full SHA ba1a715View commit details -
Merge pull request #5010 from robertcoltheart/bug/fix-bad-semver-labels
fix: sanitize labels correctly when using enviornment variables
Configuration menu - View commit details
-
Copy full SHA for a4c2b3c - Browse repository at this point
Copy the full SHA a4c2b3cView commit details -
chore(deps): consolidate Dependabot config and enable devcontainer fe…
…ature updates (#5015) * chore(deps): merge docker configs, add devcontainers ecosystem, group actions - Merge the two docker ecosystem entries into one via directories list - Add devcontainers ecosystem to update features in devcontainer.json - Group additional github-actions vendors (docker, codeql, reviewdog, gittools) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * chore(devcontainer): add lock file so Dependabot can track features Unpin feature tags and add devcontainer-lock.json with resolved versions and digests, required for the devcontainers Dependabot ecosystem. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 7522d5a - Browse repository at this point
Copy the full SHA 7522d5aView commit details -
(build deps): bump the codeql group across 1 directory with 3 updates (…
…#5016) Bumps the codeql group with 3 updates in the /.github/workflows directory: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `github/codeql-action/init` from 4.36.2 to 4.36.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8aad20d...54f647b) Updates `github/codeql-action/analyze` from 4.36.2 to 4.36.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8aad20d...54f647b) Updates `github/codeql-action/upload-sarif` from 4.36.2 to 4.36.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8aad20d...54f647b) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codeql - dependency-name: github/codeql-action/analyze dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codeql - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codeql ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a1d7fec - Browse repository at this point
Copy the full SHA a1d7fecView commit details
Commits on Jul 3, 2026
-
(deps): Bump the microsoft group with 3 updates
Bumps Microsoft.CodeAnalysis.Analyzers from 5.3.0 to 5.6.0 Bumps Microsoft.CodeAnalysis.CSharp from 5.3.0 to 5.6.0 Bumps Microsoft.CodeAnalysis.PublicApiAnalyzers from 5.0.0-1.25277.114 to 5.6.0 --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 64a1c8c - Browse repository at this point
Copy the full SHA 64a1c8cView commit details -
fix(deps): keep Microsoft.CodeAnalysis packages in lockstep via share…
…d version property Dependabot's partial bump of Microsoft.CodeAnalysis.CSharp to 5.6.0 left Microsoft.CodeAnalysis.Common/VisualBasic (src) and Microsoft.CodeAnalysis.CSharp.Workspaces (new-cli) pinned at 5.3.0, causing NU1605 downgrade errors during restore. Introduce a single MicrosoftCodeAnalysisVersion MSBuild property so these tightly-coupled packages always move together, and fix the dependabot.yml group ordering so the CodeAnalysis-specific group isn't shadowed by the broader Microsoft.* group.
Configuration menu - View commit details
-
Copy full SHA for 2120ea0 - Browse repository at this point
Copy the full SHA 2120ea0View commit details -
Merge pull request #5020 from GitTools/dependabot/nuget/new-cli/micro…
…soft-1c1da6d8a1 (deps): Bump the microsoft group with 3 updates
Configuration menu - View commit details
-
Copy full SHA for 7929c98 - Browse repository at this point
Copy the full SHA 7929c98View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.8.0...6.8.1