Add release docs

This commit is contained in:
Max Isom 2024-08-18 16:27:39 -07:00
parent fb4d7885f7
commit e1dfd192e8
No known key found for this signature in database

5
RELEASING.md Normal file
View file

@ -0,0 +1,5 @@
# Releasing
1. Confirm that CHANGELOG.md is updated (any new changes should go under "Unreleased" at the top).
2. On the master branch, run `yarn release` and follow the prompts.
3. After a new tag is pushed from the above step, the [publish workflow](./.github/workflows/publish.yml) will automatically build & push Docker images and create a GitHub release for the tag.