From e7d0b358ffb22448453fd459da11e9f4a1d29ea9 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 7 Jun 2018 23:41:40 +0200 Subject: Add releasing notes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a51faff..77b105e 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,13 @@ Sometimes this is just a more practical and quick way than doing things properly - darkhttpd: Not easily available on Windows and it's not as easy as download and go. - Python built-in webserver: Need to have Python installed, it's low performance, and also doesn't do correct MIME type handling in some cases. - netcat: Not as convenient to use and sending directories is [somewhat involved](https://nakkaya.com/2009/04/15/using-netcat-for-file-transfers/). + +## Releasing + +This is mostly a note for me on how to release this thing: + +- Update version in `Cargo.toml`. +- `git commit` and `git tag -s`, `git push`. +- `cargo publish` +- Releases will automatically be deployed by Travis. +- Update AUR package. -- cgit v1.2.3