From 91416e513d560e4b2b5f39d6a45a42330ecb2f7e Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 20 Jul 2020 23:43:26 +0200 Subject: Use cargo release --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3dee618..dbc3433 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,8 @@ You can provide `-i` multiple times to bind to multiple interfaces at the same t This is mostly a note for me on how to release this thing: -- Update version in `Cargo.toml` and run `cargo update`. -- `git commit` and `git tag -s`, `git push`. -- `cargo publish` -- Releases will automatically be deployed by Travis. +- `cargo release --dry-run` +- `cargo release` +- Releases will automatically be deployed by Github Actions. +- Docker images will automatically be built by Docker Hub. - Update AUR package. -- cgit v1.2.3