diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ab7774..121ad35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: with: tag_name: ${{ env.CRATE_VERSION }} release_name: ${{ env.CRATE_VERSION }} + draft: true - name: Save release upload URL to artifact run: echo "${{ steps.release.outputs.upload_url }}" > artifacts/release-upload-url diff --git a/Cargo.lock b/Cargo.lock index 418aaa6..afcf8f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,7 +751,7 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "repgrep" -version = "0.10.7" +version = "0.11.0" dependencies = [ "anyhow", "base64-simd", diff --git a/Cargo.toml b/Cargo.toml index f718951..904c622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "repgrep" -version = "0.10.7" +version = "0.11.0" description = "An interactive command line replacer for `ripgrep`." homepage = "https://github.com/acheronfail/repgrep" repository = "https://github.com/acheronfail/repgrep"