Closed ioannisPApapadopoulos closed 2 years ago
Will tag soon.
PS I've invited you to be a "Member", if you set your membership to public you should be able to tag new releases.
Thank you! What's the exact process of tagging? Does one simply make the necessary modifications to the required package versions in Project.toml
and then release a new version?
Hmm the tests aren't passing so I can't tag yet.
Note doing
] add SemiclassicalOrthonalPolynomials#master
should work
What's the exact process of tagging? Does one simply make the necessary modifications to the required package versions in Project.toml and then release a new version?
y
in v0.x.y
) if the change is non-breaking and the "minor" number (that is x
) if the change is breaking.@JuliaRegistrator register
in the commit. See for example https://github.com/JuliaApproximation/ClassicalOrthogonalPolynomials.jl/commit/771cf31b60bc92855c946531bb41d602fc8c61c7Registration pull request created: JuliaRegistries/General/45598
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.3 -m "<description of version>" da76d26b06e5af64b93f3b3f159d797c5770e423
git push origin v0.2.3
Err... I thought putting that in ticks would not actually trigger the tag 😅
Ok, great, thank you!
@dlfivefifty do you mind updating the requirements for
InfiniteArrays
? I am trying to addSemiclassicalOrthogonalPolynomials
(on the way toAlgebraicCurveOrthogonalPolynomials
) but I am getting a clash.