mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
7 lines
251 B
Markdown
7 lines
251 B
Markdown
# Release Instructions
|
|
|
|
Getting github actions to properly work requires a specific set of steps
|
|
|
|
- Bump the version number of package.json. Make a commit with the message "vX.X.X"
|
|
- Tag the commit `git tag vX.X.X`
|
|
- run `git push && git push --tags` |