Closed mixmix closed 1 month ago
standing on main
it looks like 4715781
has not been dropped?
git checkout main
git diff 4715781 publish.sh
So perhaps this is not a bug, but I was worried it was....
That is due to our release system, we need to better configure semantic-release which is planned. With the current setup, we cannot leave more than 1 active release branch that forces us to remove release branches and commits get orphaned.
As soon as tags are not removed though everything should be okey and they cannot be removed
Opening a PR I noticed that some commits are outside of the
main
branch history:In particular I was surprised:
v6.1.0
is not in history ofmain
(odd choice, but I guess ok?)4715781
is a fix which has been dropped (maybe) from history ?