Skip to content

Commit

Permalink
Another test - DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 18, 2024
1 parent 9eafbe3 commit 5190ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Example"
uuid = "7876af07-990d-54b4-ab0e-23690620f79a"
version = "0.5.5"
version = "2.0.0"

[compat]
julia = "1"
Expand Down

3 comments on commit 5190ed5

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

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

Do NOT merge the following General PR. This is just for testing purposes only.

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Check out my new features!

@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 created: JuliaRegistries/General/121629

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 v2.0.0 -m "<description of version>" 5190ed59961511c8a03dbf26d5fcc800a3556a7c
git push origin v2.0.0

Also, note the warning: Version 2.0.0 skips over 1.0.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.

Please sign in to comment.