diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..4eab074 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,7 @@ +1. Update the version in `src/array_api_extra/__init__.py` +2. Update the lockfile with `pixi update` +3. Push your changes +4. Cut a release via the GitHub GUI +5. Update the version to `{next micro version}.dev0` +6. Update the lockfile +7. Push your changes