cstjean / ScikitLearn.jl

Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/
Other
546 stars 74 forks source link

issue to tag a new release #101

Open OkonSamuel opened 3 years ago

OkonSamuel commented 3 years ago

@JuliaRegistrator register

JuliaRegistrator commented 3 years ago

Registration pull request created: JuliaRegistries/General/38468

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.4 -m "<description of version>" a00263402bc6124f4c29c888af6febf6198f5c73
git push origin v0.6.4
OkonSamuel commented 1 year ago

@JuliaRegistrator register

JuliaRegistrator commented 1 year ago

Error while trying to register: "Tag with name v0.6.6 already exists and points to a different commit"

OkonSamuel commented 1 year ago

@JuliaRegistrator register

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/78391

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.0 -m "<description of version>" 85eaadf87fd1791731d732925ca45014e803c183
git push origin v0.7.0