diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md new file mode 100644 index 00000000..6f1b87ae --- /dev/null +++ b/RELEASE_PROCESS.md @@ -0,0 +1,10 @@ +# How to make a new release + +- Update the version number and all the references to it +- Make a new release on GitHub (i.e. add a new git tag) +- Publish crates in order: + 1. `puf_shared` + 2. `phf_generator` + 3. `phf_codegen` + 4. `phf_macros` + 5. `phf`