Github Default Branch Versions Save

Rename your default branch on GitHub

v2.2.2

3 years ago
  • Bump dependencies with npm update

v2.2.1

3 years ago
  • Bump dependencies

v2.2.0

3 years ago
  • Bump dependencies
  • Add Retarget Draft Releases transform (#61)
  • Make github-pages transform respect --dry-run (#62)

v2.1.0

3 years ago
  • Add throttling support for when you hit rate limits (#50)
  • Update GitHub Pages configuration automatically (#51)

v2.0.2

3 years ago
  • Update release workflow to ensure release includes the version bump commit

v2.0.1

3 years ago

New

  • Bump vulnerable dependencies
  • Add NPM release workflow
  • Add dependabot config file

v2.0.0

3 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

v1.9.0

3 years ago
  • Update repos for an Org Team (#37)

v1.8.0

3 years ago
  • Add support for GH Enterprise (#31)
  • Only change default branch if $old is the default (#29)
  • Refactor replacements system (#29)

v1.7.0

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