Skip to content

Avoid merge conflict during version bump#30

Merged
labkey-tchad merged 2 commits into
developfrom
fb_fixReleaseMergeConflict
Jul 21, 2026
Merged

Avoid merge conflict during version bump#30
labkey-tchad merged 2 commits into
developfrom
fb_fixReleaseMergeConflict

Conversation

@labkey-tchad

@labkey-tchad labkey-tchad commented Jul 21, 2026

Copy link
Copy Markdown
Member

Rationale

When releasing 26.7.1, the automated product version bump hit a merge conflict.
labkeyVersion and labkeyClientApiVersion are defined on adjacent lines so there was a conflict when release26.7 had a change to the product version and release26.7-SNAPSHOT had a change to the api version.

We can use the -Xtheirs merge strategy to prevent conflicts during the version bump. The non-snapshot release branches have no unique changes that we need to retain. Only the labkeyVersion property is changed and it will always be updated to the correct value after the merge is performed.

Related Pull Requests

Changes

  • Use -Xtheirs strategy to avoid merge conflicts during version bump
  • Remove repo-specific PR template
  • Ignore .claude directory

@labkey-tchad labkey-tchad self-assigned this Jul 21, 2026
@labkey-tchad
labkey-tchad merged commit 7293fd9 into develop Jul 21, 2026
4 checks passed
@labkey-tchad
labkey-tchad deleted the fb_fixReleaseMergeConflict branch July 21, 2026 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants