lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
244 stars 39 forks source link

v0.2.0 #155

Closed harshangrjn closed 3 years ago

harshangrjn commented 3 years ago

@JuliaRegistrator.register()

JuliaRegistrator commented 3 years ago

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

hellemo commented 3 years ago

It looks like you need to update the version number in Project.toml, which is still at v0.1.16?

kaarthiksundar commented 3 years ago

Edited the Project.toml. Please feel free to delete the release and tags and register again. The Registrator will create the tags and the releases.

joaquimg commented 3 years ago

Now it should be enough to comment again:

@JuliaRegistrator.register()

JuliaRegistrator commented 3 years ago

Error while trying to register: Register Failed @joaquimg, it looks like you are not a publicly listed member/owner in the parent organization (lanl-ansi). If you are a member/owner, you will need to change your membership to public. See GitHub Help

kaarthiksundar commented 3 years ago

@JuliaRegistrator.register()

JuliaRegistrator commented 3 years ago

Registration pull request created: JuliaRegistries/General/23180

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.2.0 -m "<description of version>" bce6d263b387c08de8d8bd9695515e8dd82aa20e
git push origin v0.2.0