diff --git a/Deployment.md b/Deployment.md index a42d8a7..c3b0b5a 100644 --- a/Deployment.md +++ b/Deployment.md @@ -1,15 +1,25 @@ (This page is intended for cointop authors) -Flatpak +Release -- [github.com/flathub/com.github.miguelmota.Cointop](https://github.com/flathub/com.github.miguelmota.Cointop) - - update source url and sha256 to new revision archive - - alternatively: update tag +```bash +git tag 1.x.x +make release + +openssl dgst -sha256 1.x.x.tar.gz # for homebrew +``` Homebrew - [github.com/Homebrew/homebrew-core/pulls](https://github.com/Homebrew/homebrew-core/pulls) - create a new pull request with updated url and sha256 + - `brew bump-formula-pr --url='https://github.com/miguelmota/cointop/archive/1.x.x.tar.gz' --sha256='abc...123' cointop` + +Flatpak + +- [github.com/flathub/com.github.miguelmota.Cointop](https://github.com/flathub/com.github.miguelmota.Cointop) + - update source url and sha256 to new revision archive + - alternatively: update tag Snapcraft