diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-06 15:21:08 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-06 15:21:08 +0000 |
commit | de37c28b71c756fe6fbca83c3a7d6617c9eb4422 (patch) | |
tree | a95dcc64720155b8e70ca6210f6132117f5f112c | |
parent | Merge pull request #729 from svenstaro/better-mobile-formatting (diff) | |
download | miniserve-de37c28b71c756fe6fbca83c3a7d6617c9eb4422.tar.gz miniserve-de37c28b71c756fe6fbca83c3a7d6617c9eb4422.zip |
Fix release instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -306,8 +306,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: - Make sure `CHANGELOG.md` is up to date. -- `cargo release --dry-run <version>` - `cargo release <version>` +- `cargo release --execute <version>` - Releases will automatically be deployed by Github Actions. - Docker images will automatically be built by Docker Hub. - Update Arch package. |