diff --git a/Release.md b/Release.md index cc721a9..b320b2e 100644 --- a/Release.md +++ b/Release.md @@ -1,6 +1,8 @@ 1. Make sure all commits, e.g. changelist updates are merged. -2. Bump the version by calling `yarn version`. This will change the version, commit it, and create a new tag. (x.y.z[-rc.1]) -3. `git push --follow-tags` to push the created tag to Github +2. Bump the version by calling `yarn version x.y.z[-w]`. This will change the version, commit it, and create a new tag. (x.y.z[-rc.1]) + - since yarn3, you'll have to commit and push the changes from above and, +3. create a tag `git tag v0.x.y` + - push the tag `git push --tags` 4. Draft a release at https://github.com/lbryio/lbry-desktop/releases/ (restart build in actions if necessary) 5. Update blockchain headers (optional) - ssh to lbrynet-useast