Skip to content

Commit

Permalink
Add retarget-draft-releases to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Dec 28, 2020
1 parent 120c6fa commit b424203
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,14 @@ You might want to skip any of the available transforms (such as deleting the old

## Available transforms

| Transform | Description |
| ---------------------- | ----------------------------------------------------- |
| update-default-branch | Set the default branch of the repo to `$new` |
| retarget-pull-requests | Change the base for any open pull requests |
| branch-protection | Update any branch protection rules to point at `$new` |
| delete-old-branch | Delete the `$old` branch |
| github-pages | Update GitHub Pages configuration |
| Transform | Description |
| ----------------------- | ----------------------------------------------------- |
| update-default-branch | Set the default branch of the repo to `$new` |
| retarget-pull-requests | Change the base for any open pull requests |
| retarget-draft-releases | Change the `target_commitish` for any draft releases |
| branch-protection | Update any branch protection rules to point at `$new` |
| delete-old-branch | Delete the `$old` branch |
| github-pages | Update GitHub Pages configuration |

Pending transforms:

Expand Down

0 comments on commit b424203

Please sign in to comment.