diff options
| author | Max Isom <[email protected]> | 2024-08-18 16:27:39 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-18 16:27:39 -0700 |
| commit | e1dfd192e898525eba0fc46020a6ccd0036437f1 (patch) | |
| tree | d45fa59bd44b4605a9679732961233da60bee6e3 /RELEASING.md | |
| parent | fb4d7885f71f5e4fbbf0a4d34d0e844bf4eeff32 (diff) | |
| download | muse-e1dfd192e898525eba0fc46020a6ccd0036437f1.tar.xz muse-e1dfd192e898525eba0fc46020a6ccd0036437f1.zip | |
Add release docs
Diffstat (limited to 'RELEASING.md')
| -rw-r--r-- | RELEASING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..34d3b81 --- /dev/null +++ b/RELEASING.md @@ -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. |
