Release cycle of LazySlide#
Decide on the release version, lazyslide uses semantic versioning.
Make a release for lazyslide-tutorial
Make a release for lazyslide
How to make a release#
Notice that a release can only be made by the repository owner.
Got to releases and click on “Draft a new release”.
Make a new tag with the version number, for example
v0.8.2.Add the release title, usually the same as the tag.
Fill the release notes.
Click on “Publish release”.
Checklist before the release#
Any updates from the upstream library should we include? Especially wsidata, huggingface and pytorch.
Are all the tests passing?
Is the documentation up to date?
Is the tutorial up to date and tagged to the release version?