Releases: mheap/github-default-branch
Releases · mheap/github-default-branch
v2.2.2
- Bump dependencies with
npm update
v2.2.0
- Bump dependencies
- Add Retarget Draft Releases transform (#61)
- Make github-pages transform respect
--dry-run
(#62)
v2.1.0
- Add throttling support for when you hit rate limits (#50)
- Update GitHub Pages configuration automatically (#51)
v2.0.2
- Update release workflow to ensure release includes the version bump commit
v2.0.1
New
- Bump vulnerable dependencies
- Add NPM release workflow
- Add dependabot config file
v2.0.0
Refactor to allow for all transforms to be unit tested.
The following changes to the public interface were made:
- The
--verbose
flag has been replaced with the debug
module. Set DEBUG="ghdb*"
as an environment variable to see debug information
- The
--skip-update-branch-protection
option is now --skip-branch-protection
- The
--keep-old
option is now --skip-delete-old-branch
- The
--list-repos-only
command has been removed
v1.9.0
- Update repos for an Org Team (#37)
v1.8.0
- Add support for GH Enterprise (#31)
- Only change default branch if
$old
is the default (#29)
- Refactor replacements system (#29)