Updated Release (markdown)
parent
140e7805f9
commit
5f3eb64529
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue