Skip to content

Commit

Permalink
Add Reexport compat data for PRAS.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
GordStephen committed Dec 10, 2024
1 parent bc3c467 commit ffb58a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PRAS.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
PRASCapacityCredits = "0.7"
PRASCore = "0.7"
PRASFiles = "0.7"
Reexport = "1"
julia = "1.10"

[extras]
Expand Down

2 comments on commit ffb58a5

@GordStephen
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=PRAS.jl

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/121156

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 PRAS.jl-v0.7.0 -m "<description of version>" ffb58a54145d3f40b385817d737d691bbbbcec4a
git push origin PRAS.jl-v0.7.0

Also, note the warning: This looks like a new registration that registers version 0.7.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.

Please sign in to comment.