mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 01:02:41 +02:00
Add release docs
This commit is contained in:
parent
fb4d7885f7
commit
e1dfd192e8
1 changed files with 5 additions and 0 deletions
5
RELEASING.md
Normal file
5
RELEASING.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue