diff --git a/Cargo.lock b/Cargo.lock index 10f7a22..f6a8e91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -918,7 +918,7 @@ dependencies = [ [[package]] name = "ripgrep_all" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 19f8d8a..5691251 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ripgrep_all" description = "ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc" license = "AGPL-3.0-or-later" -version = "0.8.2" +version = "0.8.3" repository = "https://github.com/phiresky/ripgrep_all" authors = ["phiresky "] edition = "2018" diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index f3564ac..1616a08 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -33,9 +33,9 @@ mk_tarball() { cp "target/$TARGET/release/rga" "$staging/rga" "${gcc_prefix}strip" "$staging/rga" # Copy the licenses and README. - cp {README.md,UNLICENSE,COPYING,LICENSE-MIT} "$staging/" + cp {README.md,LICENSE.md} "$staging/" # Copy documentation and man page. - cp {CHANGELOG.md,FAQ.md,GUIDE.md} "$staging/doc/" + # cp {CHANGELOG.md,FAQ.md,GUIDE.md} "$staging/doc/" #if command -V a2x 2>&1 > /dev/null; then # # The man page should only exist if we have asciidoc installed. # cp "$cargo_out_dir/rg.1" "$staging/doc/"