xtensor-stack / Xtensor.jl

Julia package for xtensor-julia
http://quantstack.net/xtensor
BSD 3-Clause "New" or "Revised" License
41 stars 6 forks source link

Releasing Xtensor.jl #91

Closed SylvainCorlay closed 2 years ago

SylvainCorlay commented 5 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 5 years ago

Registration pull request created: JuliaRegistries/General/143

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

git tag -a v0.8.0 -m "<description of version>" 2182ac3d7c3ed3a62962722f3d99bf8d0be89627
git push origin v0.8.0
SylvainCorlay commented 5 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 5 years ago

Registration pull request created: JuliaRegistries/General/151

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

git tag -a v0.8.1 -m "<description of version>" 3c20b08d2a5537b8fc9aee723e734ab64816f4c9
git push origin v0.8.1

Also, note the warning: Version 0.8.1 skips over 0.8.0 This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

SylvainCorlay commented 5 years ago

@JuliaRegistrator register

JuliaRegistrator commented 5 years ago

Registration pull request created: JuliaRegistries/General/2956

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.2 -m "<description of version>" bd3dde1abd9b54eef9c4faad80f458364d6bed93
git push origin v0.8.2
JuliaRegistrator commented 2 years ago

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