diff options
Diffstat (limited to 'README.md')
-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. |