Metatheory.jl icon indicating copy to clipboard operation
Metatheory.jl copied to clipboard

Register

Open ChrisRackauckas opened this issue 1 year ago • 5 comments

@JuliaRegistrator register()

ChrisRackauckas avatar Aug 03 '22 12:08 ChrisRackauckas

Registration pull request created: JuliaRegistries/General/65545

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 v1.4.0 -m "<description of version>" f1f15698b9af3423382dbea00065734b8fd41e3c
git push origin v1.4.0

JuliaRegistrator avatar Aug 03 '22 12:08 JuliaRegistrator

I think this broke some stuff via SymbolicUtils https://github.com/JuliaSymbolics/Metatheory.jl/runs/7651826562?check_suite_focus=true

andreasnoack avatar Aug 03 '22 14:08 andreasnoack

It was already yanked.

ChrisRackauckas avatar Aug 03 '22 14:08 ChrisRackauckas

Great. Then our package server will probably pick it up shortly.

andreasnoack avatar Aug 03 '22 14:08 andreasnoack

I left development changes on master (2.0.0-DEV) and i see that package version in master branch has been downgraded to 1.4.0. What happened precisely? I guess the solution may be reverting changes, moving 2.0 in another branch and then restoring master to latest functioning release.

0x0f0f0f avatar Aug 08 '22 13:08 0x0f0f0f