mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 01:02:41 +02:00
5 lines
373 B
Markdown
5 lines
373 B
Markdown
# 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.
|