I have latest release version ex. v1.6.0 (master)
then I create new prerelease and it automatically creates pre release + tag
v1.6.0-develop.1 (develop branch)
the problem is that in github releases page and tags page the order is as fallows:
10 minute ago – v1.6.0 (latest)
1 minute ago – v1.6.0-develop.1 (prerelease)
how can I change the order so v1.6.0-develop.1 will be above v1.6.0 (latest) ?