0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

Merge pull request #27 from scottc943/FEATURE/400_GitHubActions-automate-release-versions-PR

Feature/400 git hub actions automate release versions pr
This commit is contained in:
Scott 2024-01-29 08:04:56 -05:00 committed by GitHub
commit 599fa431b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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"