Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gitversion to v6.0.0-beta.7 #1862

Merged
merged 3 commits into from
Mar 16, 2024
Merged

Update gitversion to v6.0.0-beta.7 #1862

merged 3 commits into from
Mar 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
GitVersion.Tool 6.0.0-beta.5 -> 6.0.0-beta.7 age adoption passing confidence
gitversion.tool 6.0.0-beta.5 -> 6.0.0-beta.7 age adoption passing confidence

Release Notes

GitTools/GitVersion (GitVersion.Tool)

v6.0.0-beta.7

Compare Source

As part of this release we had 1398 commits which resulted in 6 issues being closed.

Bugs

  • #​3074 [Bug] ignore parameter does not ignore everything
  • #​3206 [Bug] GitVersion mainline always returns latest version based on master branch history, even if building for an older commit
  • #​3427 [Bug] Ignoring a SHA in the configuration does not seem to exclude it from the version calculation

Features

  • #​3461 [Feature] We need to consider somehow the IGitVersionConfiguration::Ignore property

Improvements

SHA256 Hashes of the release artifacts
  • 5508faca62bd3880004c64850ba4022093bdd07f319879748212fc4ecc3e1fe2 - gitversion-linux-arm64-6.0.0-beta.7.tar.gz
  • 3cf98754192da2d438597572e0b6ab55174a92846f8d19d82961d739a6c444f1 - gitversion-linux-musl-arm64-6.0.0-beta.7.tar.gz
  • e302d12584acb79c2b46b54ae090e3e573878994d4bcd650303c8983dfac3ced - gitversion-linux-musl-x64-6.0.0-beta.7.tar.gz
  • 745a044cec9ec53030c8df5cce04c397ca6460a8c6f2ad61f724a6ab5235f1ae - gitversion-linux-x64-6.0.0-beta.7.tar.gz
  • a2064d4779d904f8a1e290f0a00b64e08af78c0c6e852721975b311c586301fe - gitversion-osx-arm64-6.0.0-beta.7.tar.gz
  • 2326dc489c50d01bdfa065b4be14be443c976e5173eeacca2d92f04d7844c770 - gitversion-osx-x64-6.0.0-beta.7.tar.gz
  • 944ea90dbcd006e4b501a0b5825945eb72f91bd98d4a44d5064783356e01b601 - gitversion-win-arm64-6.0.0-beta.7.zip
  • ec579dc9d094f6ce01056c1b12b644b53a73f85e649be5e8902159a0472d1e52 - gitversion-win-x64-6.0.0-beta.7.zip

v6.0.0-beta.6

Compare Source

As part of this release we had 1365 commits which resulted in 14 issues being closed.

Breaking change

  • #​3229 [Breaking Change] Remove init wizard for v6

Bugs

  • #​3108 [Bug] Version not generated correct when creating a feature branch from a develop branch
  • #​3316 [Bug] BUILD_SOURCEBRANCH is assumed to be relevant
  • #​3570 [Bug] Incrementing patch version automatically on main without tags nor specific commit messages
  • #​3644 [Bug] 5.12 bumps major based on the previous merges instead of the last tag and branch convention
  • #​3656 [Bug] CommitsSinceVersionSource is counting from latest minor tag or first tag instead of latest tag
  • #​3699 [Bug] GitVersion calculates the wrong version after main is merged back to develop
  • #​3757 Version not bumped if an irrelevant tag exists in latest commit

Features

  • #​1839 Configurable next-version strategies and mode
  • #​3453 [Feature] Same version computed on different branches
  • #​3877 Add configuration option to disable branch name version calculation
  • #​3922 [Feature] The increment of the branch will be ignored when prevent-increment is set to true on the branch

Improvements

  • #​3308 [Improvement] Replacing the mainline version mode with the continuous deployment mode
  • !3921 Mark dependencies as private assets for GitVersion.MsBuild
SHA256 Hashes of the release artifacts
  • c90ed372a226c957857a687a64149e720cd00d0851e4813c52896b1d9364bbd8 - gitversion-linux-arm64-6.0.0-beta.6.tar.gz
  • 7d8596cd13c8585294283f42ebf2267483e52217d43c6136f5dd0354a9c074cc - gitversion-linux-musl-arm64-6.0.0-beta.6.tar.gz
  • 33ce37eaf9a877cbcea6743ea52c15f8e0553c3987f10f675879f3a8bfca3527 - gitversion-linux-musl-x64-6.0.0-beta.6.tar.gz
  • 9488b77c0e59fc3feac92c888ce1933bae181dad5024880f3b96e8df678d51dd - gitversion-linux-x64-6.0.0-beta.6.tar.gz
  • f40b19438db6cfdc27b0f440498048b9397f5abe5d07ea4e880ef38e6a3255ae - gitversion-osx-arm64-6.0.0-beta.6.tar.gz
  • 7f4218b0d5a6c807bc3735eacaa5dfbd2bc42b0320db958140b1a3759b86fa91 - gitversion-osx-x64-6.0.0-beta.6.tar.gz
  • cfc6b55ab158e567caee23782bd1016f3cce9a4e1439e1eb163742c4b43dfa0d - gitversion-win-arm64-6.0.0-beta.6.zip
  • 5f5f4a48b1a94dd3161122d20784f9f109e8d52de9f8308829551f3b99c740f6 - gitversion-win-x64-6.0.0-beta.6.zip

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 🚚 private-dependencies Private dependency label Mar 9, 2024
@renovate renovate bot enabled auto-merge (rebase) March 9, 2024 12:17
@github-actions github-actions bot added the :shipit: merge Shipit! label Mar 9, 2024
@renovate renovate bot force-pushed the renovate/gitversion branch from b8738de to ae1c758 Compare March 10, 2024 01:09
@github-actions github-actions bot added this to the v1.7.7 milestone Mar 10, 2024
@renovate renovate bot force-pushed the renovate/gitversion branch 7 times, most recently from fef82b5 to 8a76eb1 Compare March 15, 2024 14:00
@renovate renovate bot changed the title Update gitversion to v6.0.0-beta.6 Update gitversion to v6.0.0-beta.7 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/gitversion branch from 8a76eb1 to 550df3e Compare March 15, 2024 15:39
@renovate renovate bot merged commit 6e2acfd into master Mar 16, 2024
6 checks passed
@renovate renovate bot deleted the renovate/gitversion branch March 16, 2024 01:43
@github-actions github-actions bot removed the :shipit: merge Shipit! label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚚 private-dependencies Private dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant