This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-swift.git
The following commit(s) were added to refs/heads/main by this push: new 9066197 chore: Start release announce discussion automatically (#68) 9066197 is described below commit 90661978954e4a61a21c59ce3a7305d0418686bb Author: Sutou Kouhei <k...@clear-code.com> AuthorDate: Mon Jul 7 17:48:17 2025 +0900 chore: Start release announce discussion automatically (#68) ## What's Changed It'll be helpful for users who watch this repository. Closes #65. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8aa89c9..56ee974 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,6 +51,7 @@ jobs: run: | version=${GITHUB_REF_NAME#v} gh release create ${GITHUB_REF_NAME} \ + --discussion-category Announcements \ --generate-notes \ --repo ${GITHUB_REPOSITORY} \ --title "Apache Arrow Swift ${version}" \