You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am coming from v2 and have recently started with v4. I have noticed that updating the Git tag within the branch option no longer update existing repositories correctly.
Steps to reproduce:
Create a simple configuration file with the branch option set to an existing Git tag, e.g. 8.0.0 for plone.restapi.
I am coming from v2 and have recently started with v4. I have noticed that updating the Git tag within the branch option no longer update existing repositories correctly.
Steps to reproduce:
branch
option set to an existing Git tag, e.g.8.0.0
forplone.restapi
.mxdev -c mxdev.ini
to fetch the package initially.branch
option to9.0.0
.mxdev -c mxdev.ini
again to update your existing repo.git describe --tags
for this.Actual result:
You will see that the repository remains on the old tag
8.0.0
.Expected result:
The repository should be updated to
9.0.0
.Affected versions:
I suspect this is related to the recent VCS code change, but I have not checked this further, see https://github.com/mxstack/mxdev/blob/main/CHANGES.md#300b1-2022-11-21
Side note:
Changing
branch = main
tobranch = portlets
works fine. It seems that only tag does not work anymore.The text was updated successfully, but these errors were encountered: