Git Town v5.0.0 Release Notes

Release Date: 2017-08-16 // over 6 years ago
  • ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ‘ git new-pull-request / repo: support for ssh identities changed
      • Previously: ssh identity needed to include "github", "gitlab" or "bitbucket"
      • Now: Run git config git-town.code-hosting-origin-hostname <hostname> where hostname matches what is in your ssh config file

    ๐Ÿ†• New Features

    • ๐Ÿ‘ git new-pull-request / repo: support for self hosted versions
      • Run git config git-town.code-hosting-driver <driver> where driver is "bitbucket", "github", or "gitlab"
    • ๐Ÿ”€ git sync: add --dry-run flag to view the commands that would be run without running them
    • โšก๏ธ git ship: when merging via the GitHub API, update the default commit message to include the PR title and number