diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-06-07 21:41:40 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-06-07 21:41:40 +0000 |
commit | e7d0b358ffb22448453fd459da11e9f4a1d29ea9 (patch) | |
tree | df3f4a555d24c6ccb6a7265e31ebfdf132de319a | |
parent | Bump to actix 0.5.7 (diff) | |
download | miniserve-e7d0b358ffb22448453fd459da11e9f4a1d29ea9.tar.gz miniserve-e7d0b358ffb22448453fd459da11e9f4a1d29ea9.zip |
Add releasing notes
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |