sillsdev / sillsdev/chorus

GitVersion 5 getting old, update to GitVersion 6.3.0

Open
#363 0 comments 0 reactions 1 assignee View on GitHub

@rmunn is already working on this.

Since Jul 14, 2025.

Dominant language
C#
Stars
5
Forks
26
PR merge metrics
No merged PRs in 30d

Description

I recently ran into problems running the Chorus unit test suite on Linux, as GitVersion 5.10.3 complained that it couldn't find any usable version of libssl. (It was looking for a version that was too old, and my Linux install didn't have that version installed). Updating to GitVersion 6.3.0 allowed me to run the Chorus tests on Linux, and it seems like a good idea in general to keep our dependencies up-to-date.

This will require a couple changes in GitVersion.xml: the tag: property has been renamed to label: so it's less ambiguous with Git tags, and the prevent-increment-of-merged-branch-version property has been split: prevent-increment-of-merged-branch-version: false should now become:

prevent-increment:
  of-merged-branch: false

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.