From 8f8e1b7597ee039382dd59153d4ecccfcb8a3122 Mon Sep 17 00:00:00 2001 From: scottc943 Date: Mon, 29 Jan 2024 13:00:02 +0000 Subject: [PATCH 1/2] Apply automatic changes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdfbe32..d705fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.9.4" +version = "2.0.4" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx" From e0b0d34750c471f3e1209161b5bbfbd481ab8a8e Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 29 Jan 2024 08:03:49 -0500 Subject: [PATCH 2/2] ci: testing autocommit further --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ae81c0..b26f8f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,9 @@ jobs: appversion=$(echo "${{ steps.version-bump.outputs.new_tag }}" | sed 's/[v]//') sed -i -e "s/^version = .*/version = \"$appversion\"/" Cargo.toml - uses: stefanzweifel/git-auto-commit-action@v5 + with: + branch: rolling + tagging_message: ${{ steps.version-bump.outputs.new_tag }} - name: Create Release uses: softprops/action-gh-release@v1 with: