Skip to content

Commit

Permalink
Create package_registration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
annereinarz authored Sep 8, 2023
1 parent 72308da commit 91d7e35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package_registration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Registration

In order to push changes to this project to the julia package manager, increment the version number and comment:

`@JuliaRegistrator register`

2 comments on commit 91d7e35

@annereinarz
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
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/91049

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.0.2 -m "<description of version>" 91d7e3540e52d5de3faef0404231a516123e6a08
git push origin v1.0.2

Please sign in to comment.