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:
commit
599fa431b3
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user