Closed erikscheurer closed 2 years ago
It seems like the Julia Version number literals are only able to contain 3 numbers.
Lets try v2.4.0_0
and see if Julia likes it
Should we do a 2.4.0-rc1
release or name it 2.4.0-0
?
Should we do a
2.4.0-rc1
release or name it2.4.0-0
?
Lets do a v2.4.0-0-rc1
as the first release candidate. We can do it using the following steps:
v2.4.0-0-rc1
v2.4.0-0-rc1
in this case. At this point we just create the release and not release it, so we create it and save it.One more thing to keep in mind is that, once we release the first candidate from main, we will create a branch called develop
from main. This branch will be used to all the newer developments which are not part of the latest release. So the main
branch will always correspond to the latest released state and the develop
branch will correspond to the latest state of the bindings.
@JuliaRegistrator register branch=testRelease
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue.
This PR corrects the
Project.toml
and bots, so we can test a first release for the bindings to the Julia general repository