Skip to content

Commit

Permalink
Update description of "Tag release and merge back" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Apr 14, 2022
1 parent c5c5bda commit bac9320
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/post-release-mergeback.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit bac9320

Please sign in to comment.