- Add your content
- Make sure tests pass locally (
]
to enter package mode, thentest
) - Update the version in Project.toml
- Commit this using
chore: prep for vX.Y.Z
- Push (and create a MR/PR)
- After everything is in
main
, comment on the commit in GitHub to trigger the registrator (see below)
@JuliaRegistrator register
Note: Make sure, that if you are adding (important) new functionality to ANY example that you follow this with a MINOR version bump. If you break ANY example, you need to increase the MAJOR version. Fixes, comments, refactors are fine in PATCH - but: New examples always should trigger a new MINOR version.