Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 710 Bytes

RELEASING.md

File metadata and controls

16 lines (13 loc) · 710 Bytes

Releasing a new version

  1. Add your content
  2. Make sure tests pass locally (] to enter package mode, then test)
  3. Update the version in Project.toml
  4. Commit this using chore: prep for vX.Y.Z
  5. Push (and create a MR/PR)
  6. 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.