From f2b2e5cda96ef03a910a95efca9ddd42868abe93 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Fri, 6 Sep 2024 15:44:04 -0400 Subject: [PATCH] ci: enable release comments for beta releases --- .github/workflows/post-release.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 09632380ac..579b528ffa 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -3,7 +3,8 @@ name: post-release on: release: types: - - published + # - published + - prereleased workflow_dispatch: jobs: @@ -22,11 +23,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} tag-filter: 'v\d' - # Disable commenting for now - # Possible limitation because we release off of main and beta branches: - # https://github.com/apexskier/github-release-commenter#known-limitations - comment-template: '' - # TODO: Re-enable this after verifying that the action works as expected - # comment-template: | - # 🚀 This is included in version {release_link} + # Change to blank to disable commenting + # comment-template: '' + + comment-template: | + 🚀 This is included in version {release_link}