rsdocs2docset 0.4.1

This is a small tool to generate a docsets for Dash / Velocity / Zeal / LovelyDocs out of Rust docs.
1
2
3
4
5
6
7
#!/bin/bash -e

vi Cargo.toml || true
cargo generate-lockfile
git commit --amend -v Cargo.toml Cargo.lock
git tag v$(grep --max-count 1 "^version" Cargo.toml | grep -Eo "[0-9\.]+")
git push --tags && git push