aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-19 00:30:06 -0400
committerGitHub <[email protected]>2024-08-19 00:30:06 -0400
commitb605bf220859acd767533e0ab9436ced771bb8e2 (patch)
tree34d49df5727a98c94f5bab615616b3d117bb5a7f /RELEASING.md
parentacc66977ab8c0583a22d665db7e74f7b3bf3fcad (diff)
parent1e17b94321744ffbe4a6176a900286a834c952d1 (diff)
downloadmuse-b605bf220859acd767533e0ab9436ced771bb8e2.tar.xz
muse-b605bf220859acd767533e0ab9436ced771bb8e2.zip
Merge branch 'museofficial:master' into master
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md5
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.