minkan-chat / server

This repository keeps the backend implementation for the Minkan end-to-end encrypted messenger.
GNU Affero General Public License v3.0
16 stars 1 forks source link

Add workflow for publication #23

Open Erik1000 opened 2 years ago

Erik1000 commented 2 years ago

Similar to https://github.com/minkan-chat/client/issues/5: it would be good if we had a ci that publishes on version tags. It should check the version in the Cargo.toml file and publish the source code to crates.io (so cargo install minkan-server is possible) and create a release on github which includes builds for windows, mac and linux (release builds not debug builds!)