From 04727baf8eb1a5aee25f7cec82573e04016c8d73 Mon Sep 17 00:00:00 2001 From: vagabondHustler Date: Sun, 12 May 2024 13:24:40 +0200 Subject: [PATCH] Fix workflow typos --- .github/configs/version_control.json | 6 +++--- .github/workflows/release.yml | 4 ++-- src/subsearch/data/version.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/configs/version_control.json b/.github/configs/version_control.json index 3bc721d9..224c9ee6 100644 --- a/.github/configs/version_control.json +++ b/.github/configs/version_control.json @@ -1,5 +1,5 @@ { - "current_version": "2.45.0", - "previous_version": "2.45.0dev1", - "last_stable_release": "2.45.0" + "current_version": "2.45.0dev1", + "previous_version": "2.45.0dev0", + "last_stable_release": "2.44.1" } \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 012a1ed6..b5414b48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -310,8 +310,8 @@ jobs: - name: Create PR and Merge run: | - $repositoryUrl = "https://github.com/vagabondHustler/subsearch/compare"" - $fromToValue = {url_repository}/${{ needs.init.outputs.last_stable_release }}...${{ inputs.new_tags }} + $repositoryUrl = "https://github.com/vagabondHustler/subsearch/compare" + $fromToValue = "{url_repository}/${{ needs.init.outputs.last_stable_release }}...${{ inputs.new_tags }}" $changelogTitle = "Release ${{ inputs.new_tags }}" $changelogBody = "###### Full changelog: [${{ inputs.new_tags }}]($repositoryUrl/$fromToValue)" git fetch --all diff --git a/src/subsearch/data/version.py b/src/subsearch/data/version.py index 5f2b5ba9..93aebbb4 100644 --- a/src/subsearch/data/version.py +++ b/src/subsearch/data/version.py @@ -1 +1 @@ -__version__ = "2.45.0" +__version__ = "2.45.0dev1"