From bac9320f4fb6ba590f3722eb9b477576e59d42bd Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 12 Apr 2022 16:44:02 +0100 Subject: [PATCH] Update description of "Tag release and merge back" workflow --- .github/workflows/post-release-mergeback.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/post-release-mergeback.yml b/.github/workflows/post-release-mergeback.yml index eb499f453b..5d5931914d 100644 --- a/.github/workflows/post-release-mergeback.yml +++ b/.github/workflows/post-release-mergeback.yml @@ -1,7 +1,7 @@ -# This workflow runs after a release of the action. -# It merges any changes from the release back into the -# main branch. Typically, this is just a single commit -# that updates the changelog. +# This workflow runs after a release of the action. For v2 releases, it merges any changes from the +# release back into the main branch. Typically, this is just a single commit that updates the +# changelog. For v2 and v1 releases, it then tags the merge commit on the release branch that +# represents the new release. name: Tag release and merge back on: