github-default-branch

Rename your default branch on GitHub

MIT License

Stars
134

Bot releases are visible (Hide)

github-default-branch - v2.2.2 Latest Release

Published by mheap over 3 years ago

  • Bump dependencies with npm update
github-default-branch - v2.2.1

Published by mheap over 3 years ago

  • Bump dependencies
github-default-branch - v2.2.0

Published by mheap almost 4 years ago

  • Bump dependencies
  • Add Retarget Draft Releases transform (#61)
  • Make github-pages transform respect --dry-run (#62)
github-default-branch - v2.1.0

Published by mheap almost 4 years ago

  • Add throttling support for when you hit rate limits (#50)
  • Update GitHub Pages configuration automatically (#51)
github-default-branch -

Published by mheap almost 4 years ago

  • Update release workflow to ensure release includes the version bump commit
github-default-branch -

Published by mheap almost 4 years ago

New

  • Bump vulnerable dependencies
  • Add NPM release workflow
  • Add dependabot config file
github-default-branch - v2.0.0

Published by mheap almost 4 years ago

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
github-default-branch - v1.9.0

Published by mheap almost 4 years ago

  • Update repos for an Org Team (#37)
github-default-branch - v1.8.0

Published by mheap about 4 years ago

  • Add support for GH Enterprise (#31)
  • Only change default branch if $old is the default (#29)
  • Refactor replacements system (#29)
github-default-branch - v1.7.0

Published by mheap over 4 years ago

  • Add support for the --help flag (#27, @harrisonmuskat)