File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,14 @@ You might want to skip any of the available transforms (such as deleting the old
7575
7676## Available transforms
7777
78- | Transform | Description |
79- | ---------------------- | ----------------------------------------------------- |
80- | update-default-branch | Set the default branch of the repo to ` $new ` |
81- | retarget-pull-requests | Change the base for any open pull requests |
82- | branch-protection | Update any branch protection rules to point at ` $new ` |
83- | delete-old-branch | Delete the ` $old ` branch |
84- | github-pages | Update GitHub Pages configuration |
78+ | Transform | Description |
79+ | ----------------------- | ----------------------------------------------------- |
80+ | update-default-branch | Set the default branch of the repo to ` $new ` |
81+ | retarget-pull-requests | Change the base for any open pull requests |
82+ | retarget-draft-releases | Change the ` target_commitish ` for any draft releases |
83+ | branch-protection | Update any branch protection rules to point at ` $new ` |
84+ | delete-old-branch | Delete the ` $old ` branch |
85+ | github-pages | Update GitHub Pages configuration |
8586
8687Pending transforms:
8788
You can’t perform that action at this time.
0 commit comments