Update description of "Tag release and merge back" workflow
This commit is contained in:
parent
c5c5bdabb9
commit
bac9320f4f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/post-release-mergeback.yml
vendored
8
.github/workflows/post-release-mergeback.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue