From 963df0571ea1fc8359085608a66832afcb8022e1 Mon Sep 17 00:00:00 2001 From: Wisdom Nji Date: Mon, 30 Mar 2026 10:48:43 +0100 Subject: [PATCH 1/2] Simplify release notes in workflow Remove multiline notes from release creation step. --- .github/workflows/reproducible-build-check-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/reproducible-build-check-release.yml b/.github/workflows/reproducible-build-check-release.yml index 41837079..f88cf868 100644 --- a/.github/workflows/reproducible-build-check-release.yml +++ b/.github/workflows/reproducible-build-check-release.yml @@ -265,9 +265,7 @@ jobs: gh release create "${{ steps.next_tag.outputs.new_tag }}" \ "apk-release/${{ steps.version.outputs.version_name }}.apk" \ --title "${{ steps.version.outputs.version_name }}" \ - --notes "Reproducible build verified - - **Release:** ${{ steps.version.outputs.version_name }} + --notes "**Release:** ${{ steps.version.outputs.version_name }} **Build No:** ${{ steps.next_tag.outputs.new_tag }} **sha256sum:** $(sha256sum "apk-release/${{ steps.version.outputs.version_name }}.apk" | awk '{print $1}') From f068ac92bad55285beb628f59e1e6b80dcea1b77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Apr 2026 11:28:43 +0000 Subject: [PATCH 2/2] chore: bump version [skip ci] --- version.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.properties b/version.properties index 90e5c5fb..1ff86509 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ releaseVersion=0 -stagingVersion=72 +stagingVersion=73 nightlyVersion=0 -versionName=0.72.0 -tagVersion=86 +versionName=0.73.0 +tagVersion=69