cantaloupe icon indicating copy to clipboard operation
cantaloupe copied to clipboard

Develop branch missing commits from version 5.0.6

Open VonUniGE opened this issue 7 months ago • 0 comments

Issue Description:

It appears that the develop branch does not contain the commits that were used in the 5.0.6 release.

To ensure consistency and proper workflow, the release/5.0 branch should be merged into the develop branch. This process should be similar to the merge performed in commit efed8c201.

Steps to Reproduce:

  1. Check the commit history of the develop branch.
  2. Check the commit history of the release/5.0 branch.
  3. Compare the commits used in version 5.0.6 and those present in the develop branch.

Expected Result:

The develop branch should contain all commits from the release/5.0 branch, including those used in version 5.0.6.

Suggested Solution:

Merge the release/5.0 branch into the develop branch, as was done in commit efed8c201.

VonUniGE avatar Jul 03 '24 09:07 VonUniGE