diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-20 21:43:26 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-20 22:01:41 +0000 |
commit | 91416e513d560e4b2b5f39d6a45a42330ecb2f7e (patch) | |
tree | 715b1bf016f3496d6f1e11dbdb6cba411674df18 /README.md | |
parent | cargo fmt (diff) | |
download | miniserve-91416e513d560e4b2b5f39d6a45a42330ecb2f7e.tar.gz miniserve-91416e513d560e4b2b5f39d6a45a42330ecb2f7e.zip |
Use cargo release
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |