JuliaHEP / ROOT.jl

CERN ROOT compatiblility for Julia
Other
43 stars 9 forks source link

Registration in the general registry #22

Open grasph opened 5 months ago

grasph commented 5 months ago

This issue is a placeholder to trigger registration of new release in the General Julia registry

grasph commented 5 months ago

@JuliaRegistrator register

JuliaRegistrator commented 5 months ago

Registration pull request created: JuliaRegistries/General/108095

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.3.0 -m "<description of version>" 4041abbfb938e7c60de6e51f7a701abcc03f342b
git push origin v0.3.0

Also, note the warning: This looks like a new registration that registers version 0.3.0. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers 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.

grasph commented 5 months ago

@JuliaRegistrator register

Release notes:

This release brings support of modern Julia releases. Previous one required Julia 1.3.x or below.

Breaking changes

CxxWrap is now used instead of Cxx bringing major changes in the API. This was required to support recent Julia versions. While previous release was providing access to the full ROOT C++ API, thanks to the dynamic binding of Cxx, with this release we are limited to the classes, for which the binding has been implemented so far.

JuliaRegistrator commented 5 months ago

Registration pull request updated: JuliaRegistries/General/108095

Tagging

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.3.0 -m "<description of version>" 4041abbfb938e7c60de6e51f7a701abcc03f342b
git push origin v0.3.0

Also, note the warning: This looks like a new registration that registers version 0.3.0. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers 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.

grasph commented 5 months ago

@JuliaRegistrator register

JuliaRegistrator commented 5 months ago

Registration pull request updated: JuliaRegistries/General/108095

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.3.0 -m "<description of version>" 05f7924526d347d8843b5c3a54b061a6c94e1b96
git push origin v0.3.0

Also, note the warning: This looks like a new registration that registers version 0.3.0. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers 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.

grasph commented 5 months ago

ROOT.demo() has been fixed.

@JuliaRegistrator register

JuliaRegistrator commented 5 months ago

Registration pull request updated: JuliaRegistries/General/108095

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.3.0 -m "<description of version>" 8094ac289cc962c3fe1240c70f2100acef935bdc
git push origin v0.3.0

Also, note the warning: This looks like a new registration that registers version 0.3.0. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers 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.

oschulz commented 4 months ago

That's done now. :-)

grasph commented 1 month ago

@JuliaRegistrator register

Release notes:


Contributors to changes with respect to previous release: Philippe Gras and Pere Mato.

JuliaRegistrator commented 1 month ago

Registration pull request created: JuliaRegistries/General/115246

Tagging

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.3.1 -m "<description of version>" e62cdfab37740a15627c43830099fed29aa9f3ed
git push origin v0.3.1
grasph commented 1 month ago

@JuliaRegistrator register

Release notes:


Contributors to code update respect to previous release: Philippe Gras.

JuliaRegistrator commented 1 month ago

Registration pull request created: JuliaRegistries/General/115473

Tagging

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