Skip to content

Commit

Permalink
Document release process
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jun 17, 2021
1 parent a9e4b0a commit 1fd3ca0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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`

0 comments on commit 1fd3ca0

Please sign in to comment.