Actions
bug #6386
closedwrong taxeditor develop branch version after taxeditor-HFX-*
Start date:
Due date:
% Done:
0%
Estimated time:
Severity:
normal
Found in Version:
Description
After running the taxeditor-HFX-* jobs the version in the develop branch is set to the release version. it should however be a snapshot version.
Updated by Andreas Kohlbecker about 6 years ago
- Status changed from New to Worksforme
The problem was actually introduced by a manual merge of the develop branch into the hotfix branch taxeditor|c84fdad1be
During this merge the version of the newer project version in the hotfix branch was preseverd. This is something that will happen always when using develop branch commits in a hotfix branch. Therefore we should always only cherrypick commits into a hotfix branch
We need to manually revert the version in the development branch to 4.6.0-SNAPSHOT
Updated by Andreas Kohlbecker about 6 years ago
- Target version deleted (
Release 4.6)
Actions