From c043a8f09ef552fecd077e794c542cf6857deeff Mon Sep 17 00:00:00 2001 From: amrbashir Date: Mon, 11 Nov 2024 22:06:24 +0200 Subject: [PATCH] change file for #1011 --- .changes/android-compile-rwh.md | 5 +++++ .github/workflows/covector-version-or-publish.yml | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 .changes/android-compile-rwh.md diff --git a/.changes/android-compile-rwh.md b/.changes/android-compile-rwh.md new file mode 100644 index 000000000..ed62f6aee --- /dev/null +++ b/.changes/android-compile-rwh.md @@ -0,0 +1,5 @@ +--- +"tao": "patch" +--- + +Fix compiling on android when using `rwh_05` and `rwh_04` feature flags. diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 93a9fc1f3..9a64dcf33 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -3,8 +3,7 @@ name: version or publish on: push: branches: - - dev - - v0.16 + - v0.30 jobs: version-or-publish: @@ -43,8 +42,8 @@ jobs: if: steps.covector.outputs.commandRan == 'version' with: token: ${{ secrets.GITHUB_TOKEN }} - title: "Publish New Versions" + title: "Publish New Versions (0.30)" commit-message: "publish new versions" labels: "version updates" - branch: "release" + branch: "release-v0.30" body: ${{ steps.covector.outputs.change }}